summaryrefslogtreecommitdiff
path: root/tests/JobSchedulerPerfTests
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2019-11-22 11:40:08 +0000
committerAnton Hansson <hansson@google.com>2019-11-22 20:20:12 +0000
commit97369f8daf5856af43ee1c4568b4c3b5813a18ea (patch)
treef7b27631ed0d02c9c5ac3d8416dc7d42060b04f8 /tests/JobSchedulerPerfTests
parentaf30a90e37724c36e13a5f4ee4cfb1955e9d6ad5 (diff)
Rename framework and service jars
Name them framework-* and service-* instead of *-(framework|service). This matches the proposal in go/android-apex-for-framework. Test: treehugger Change-Id: I16754a5f08e002a8bc8862b11281f12cc6c8739f
Diffstat (limited to 'tests/JobSchedulerPerfTests')
-rw-r--r--tests/JobSchedulerPerfTests/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/JobSchedulerPerfTests/Android.bp b/tests/JobSchedulerPerfTests/Android.bp
index c51b811f0735..2ae8c33b60a7 100644
--- a/tests/JobSchedulerPerfTests/Android.bp
+++ b/tests/JobSchedulerPerfTests/Android.bp
@@ -19,7 +19,7 @@ android_test {
"androidx.test.rules",
"apct-perftests-utils",
"services",
- "jobscheduler-service",
+ "service-jobscheduler",
],
platform_apis: true,
certificate: "platform",