Adjust for bcc_validator rename
bcc_validator is now called hwtrust so update the references. The java
formatter makes the change look bigger than it is.
Test: atest ComposTestCase
Change-Id: Iaa75608af15ce365fdb9ce7a06ffb020bde5bd56
diff --git a/compos/tests/Android.bp b/compos/tests/Android.bp
index 41958ca..511ecd0 100644
--- a/compos/tests/Android.bp
+++ b/compos/tests/Android.bp
@@ -19,7 +19,7 @@
// java_test_host doesn't have data_native_libs but jni_libs can be used to put
// native modules under ./lib directory.
// This works because host tools have rpath (../lib and ./lib).
- data_native_bins: ["bcc_validator"],
+ data_native_bins: ["hwtrust"],
jni_libs: [
"libcrypto",
"libc++",