aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2023-10-07 00:48:16 +0000
committerKrzysztof Kosiński <krzysio@google.com>2023-10-11 19:47:23 +0000
commit7657b449e174195fe41e1cb0c3ca0c2170668573 (patch)
treee0770ab366c9ed9da17280cea89d8bcb0d794558
parentc736cbee5c6d7cf58a631255a1612909e20908da (diff)
downloadOnDevicePersonalization-7657b449e174195fe41e1cb0c3ca0c2170668573.tar.gz
Clean up obsolete aliases for Truth.
Bug: 255714762 Test: presubmit Change-Id: I349a7cd89cd26e8aab2f5aab454fa87f9a9c7249 Merged-In: I349a7cd89cd26e8aab2f5aab454fa87f9a9c7249
-rw-r--r--tests/chronicletests/Android.bp2
-rw-r--r--tests/federatedcomputetests/Android.bp2
-rw-r--r--tests/frameworktests/Android.bp4
-rw-r--r--tests/manualtests/Android.bp2
-rw-r--r--tests/plugintests/Android.bp2
-rw-r--r--tests/servicetests/Android.bp2
-rw-r--r--tests/systemserviceapitests/Android.bp2
-rw-r--r--tests/systemserviceimpltests/Android.bp2
8 files changed, 9 insertions, 9 deletions
diff --git a/tests/chronicletests/Android.bp b/tests/chronicletests/Android.bp
index 184e987f..7fe44586 100644
--- a/tests/chronicletests/Android.bp
+++ b/tests/chronicletests/Android.bp
@@ -26,7 +26,7 @@ android_test {
"android.test.base",
"android.test.runner",
"kotlin-annotations",
- "truth-prebuilt",
+ "truth",
],
static_libs: [
"androidx.test.ext.junit",
diff --git a/tests/federatedcomputetests/Android.bp b/tests/federatedcomputetests/Android.bp
index 21ef8b9f..5226363e 100644
--- a/tests/federatedcomputetests/Android.bp
+++ b/tests/federatedcomputetests/Android.bp
@@ -30,7 +30,7 @@ android_test {
"auto_value_annotations",
"framework-annotations-lib",
"framework-ondevicepersonalization.impl",
- "truth-prebuilt",
+ "truth",
],
static_libs: [
"androidx.test.ext.junit",
diff --git a/tests/frameworktests/Android.bp b/tests/frameworktests/Android.bp
index 6b02b02c..65b364d1 100644
--- a/tests/frameworktests/Android.bp
+++ b/tests/frameworktests/Android.bp
@@ -35,7 +35,7 @@ android_test {
"libprotobuf-java-lite",
"tensorflow_core_proto_java_lite",
"mockito-target-minus-junit4",
- "truth-prebuilt",
+ "truth",
],
libs: [
"android.test.runner",
@@ -44,7 +44,7 @@ android_test {
test_mainline_modules: ["com.google.android.ondevicepersonalization.apex"],
test_suites: [
"general-tests",
- "mts-ondevicepersonalization",
+ "mts-ondevicepersonalization",
],
test_config: "AndroidTest.xml",
}
diff --git a/tests/manualtests/Android.bp b/tests/manualtests/Android.bp
index b3747c75..57be2da8 100644
--- a/tests/manualtests/Android.bp
+++ b/tests/manualtests/Android.bp
@@ -28,7 +28,7 @@ android_test {
"android.test.base",
"android.test.runner",
"kotlin-annotations",
- "truth-prebuilt",
+ "truth",
"framework-ondevicepersonalization.impl",
],
static_libs: [
diff --git a/tests/plugintests/Android.bp b/tests/plugintests/Android.bp
index 09c5ad5c..0ba0cecf 100644
--- a/tests/plugintests/Android.bp
+++ b/tests/plugintests/Android.bp
@@ -28,7 +28,7 @@ android_test {
"auto_value_annotations",
"framework-annotations-lib",
"framework-ondevicepersonalization.impl",
- "truth-prebuilt",
+ "truth",
],
static_libs: [
"androidx.test.ext.junit",
diff --git a/tests/servicetests/Android.bp b/tests/servicetests/Android.bp
index c3c3b09f..122acb52 100644
--- a/tests/servicetests/Android.bp
+++ b/tests/servicetests/Android.bp
@@ -32,7 +32,7 @@ android_test {
"framework-configinfrastructure",
"framework-connectivity.stubs.module_lib",
"kotlin-annotations",
- "truth-prebuilt",
+ "truth",
"framework-ondevicepersonalization.impl",
],
static_libs: [
diff --git a/tests/systemserviceapitests/Android.bp b/tests/systemserviceapitests/Android.bp
index cee811a6..c6bf64f1 100644
--- a/tests/systemserviceapitests/Android.bp
+++ b/tests/systemserviceapitests/Android.bp
@@ -26,7 +26,7 @@ android_test {
"android.test.base",
"android.test.runner",
"kotlin-annotations",
- "truth-prebuilt",
+ "truth",
],
static_libs: [
"androidx.test.ext.junit",
diff --git a/tests/systemserviceimpltests/Android.bp b/tests/systemserviceimpltests/Android.bp
index 99f16cb9..26bdafea 100644
--- a/tests/systemserviceimpltests/Android.bp
+++ b/tests/systemserviceimpltests/Android.bp
@@ -25,7 +25,7 @@ android_test {
"android.test.base",
"android.test.runner",
"framework-ondevicepersonalization.impl",
- "truth-prebuilt",
+ "truth",
],
static_libs: [
"androidx.test.ext.junit",