aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2023-08-23 02:32:22 +0000
committerKrzysztof Kosiński <krzysio@google.com>2023-08-23 02:32:22 +0000
commit112bb78dc8fb7974dbaa39e362f365d1f387cbb9 (patch)
tree27937c52286db3a60963846ee63cc175f3de38d5
parentc55f84504fd51a22551eefdaeb35ddea8e93b8c9 (diff)
downloadicing-112bb78dc8fb7974dbaa39e362f365d1f387cbb9.tar.gz
Use Truth library built from source.
Bug: 255714762 Test: presubmit Change-Id: I70cb8cf4edc69d2c6ba93085adfeaee77662a1d3
-rw-r--r--java/tests/instrumentation/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/tests/instrumentation/Android.bp b/java/tests/instrumentation/Android.bp
index 2b680f0..587566a 100644
--- a/java/tests/instrumentation/Android.bp
+++ b/java/tests/instrumentation/Android.bp
@@ -47,7 +47,7 @@ android_test {
"androidx.appsearch_appsearch_local_storage",
"androidx.test.ext.junit",
"androidx.test.runner",
- "truth-prebuilt",
+ "truth",
],
jni_libs: ["libicing"],
plugins: ["androidx.appsearch_appsearch-compiler-plugin"],