[go: nahoru, domu]

Remove renaming of test apks

This renaming is a no-op as we haven't used names for what to test
for a while now

Change-Id: I75a62a042ce3dd235474728415fe870ba05b16d9
Test: None
diff --git a/compose/integration-tests/demos/build.gradle b/compose/integration-tests/demos/build.gradle
index 8b109be..6a64000 100644
--- a/compose/integration-tests/demos/build.gradle
+++ b/compose/integration-tests/demos/build.gradle
@@ -34,9 +34,6 @@
 android {
     defaultConfig {
         minSdkVersion 21
-        // Change the APK name to match the *testapp regex we use to pick up APKs for testing as
-        // part of CI.
-        archivesBaseName = "compose-demos-testapp"
     }
     namespace "androidx.compose.integration.demos"
 }
diff --git a/core/core-remoteviews/integration-tests/demos/build.gradle b/core/core-remoteviews/integration-tests/demos/build.gradle
index 0103e3f..a34011e 100644
--- a/core/core-remoteviews/integration-tests/demos/build.gradle
+++ b/core/core-remoteviews/integration-tests/demos/build.gradle
@@ -27,10 +27,5 @@
 }
 
 android {
-    defaultConfig {
-        // Change the APK name to match the *testapp regex we use to pick up APKs for testing as
-        // part of CI.
-        archivesBaseName = "core-remoteviews-demos-testapp"
-    }
     namespace "androidx.core.remoteviews.demos"
 }
\ No newline at end of file
diff --git a/glance/glance-appwidget/integration-tests/demos/build.gradle b/glance/glance-appwidget/integration-tests/demos/build.gradle
index c38f05a..bf53b84 100644
--- a/glance/glance-appwidget/integration-tests/demos/build.gradle
+++ b/glance/glance-appwidget/integration-tests/demos/build.gradle
@@ -41,10 +41,5 @@
 }
 
 android {
-    defaultConfig {
-        // Change the APK name to match the *testapp regex we use to pick up APKs for testing as
-        // part of CI.
-        archivesBaseName = "glance-appwidget-demos-testapp"
-    }
     namespace "androidx.glance.appwidget.demos"
 }
diff --git a/glance/glance-template/integration-tests/template-demos/build.gradle b/glance/glance-template/integration-tests/template-demos/build.gradle
index 1ae4ff0..3e789c4 100644
--- a/glance/glance-template/integration-tests/template-demos/build.gradle
+++ b/glance/glance-template/integration-tests/template-demos/build.gradle
@@ -43,10 +43,5 @@
 }
 
 android {
-    defaultConfig {
-        // Change the APK name to match the *testapp regex we use to pick up APKs for testing as
-        // part of CI.
-        archivesBaseName = "glance-appwidget-template-demos-testapp"
-    }
     namespace "androidx.glance.appwidget.template.demos"
 }
diff --git a/glance/glance-wear-tiles/integration-tests/demos/build.gradle b/glance/glance-wear-tiles/integration-tests/demos/build.gradle
index 6d8584b..50f1047 100644
--- a/glance/glance-wear-tiles/integration-tests/demos/build.gradle
+++ b/glance/glance-wear-tiles/integration-tests/demos/build.gradle
@@ -35,9 +35,6 @@
 android {
     defaultConfig {
         minSdkVersion 26
-        // Change the APK name to match the *testapp regex we use to pick up APKs for testing as
-        // part of CI
-        archivesBaseName = "glance-wear-tiles-demos-testapp"
     }
     namespace "androidx.glance.wear.tiles.demos"
 }
\ No newline at end of file
diff --git a/glance/glance-wear-tiles/integration-tests/template-demos/build.gradle b/glance/glance-wear-tiles/integration-tests/template-demos/build.gradle
index 673adb4..99919d7 100644
--- a/glance/glance-wear-tiles/integration-tests/template-demos/build.gradle
+++ b/glance/glance-wear-tiles/integration-tests/template-demos/build.gradle
@@ -33,10 +33,6 @@
 android {
     defaultConfig {
         minSdkVersion 26
-
-        // Change the APK name to match the *testapp regex we use to pick up APKs for testing as
-        // part of CI.
-        archivesBaseName = "glance-wear-tiles-template-demos-testapp"
     }
     namespace "androidx.glance.wear.tiles.template.demos"
 }
diff --git a/wear/compose/integration-tests/demos/build.gradle b/wear/compose/integration-tests/demos/build.gradle
index 09cebfc..c027722 100644
--- a/wear/compose/integration-tests/demos/build.gradle
+++ b/wear/compose/integration-tests/demos/build.gradle
@@ -28,9 +28,6 @@
         targetSdk 30
         versionCode 16
         versionName "1.16"
-        // Change the APK name to match the *testapp regex we use to pick up APKs for testing as
-        // part of CI.
-        archivesBaseName = "wear-compose-demos-testapp"
     }
 
     buildTypes {
diff --git a/wear/compose/integration-tests/navigation/build.gradle b/wear/compose/integration-tests/navigation/build.gradle
index c07992c..a53ba3c 100644
--- a/wear/compose/integration-tests/navigation/build.gradle
+++ b/wear/compose/integration-tests/navigation/build.gradle
@@ -25,9 +25,6 @@
     defaultConfig {
         applicationId "androidx.wear.compose.integration.navigation"
         minSdk 25
-        // Change the APK name to match the *testapp regex we use to pick up APKs for testing as
-        // part of CI.
-        archivesBaseName = "wear-compose-demos-testapp"
     }
 
     buildTypes {