summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-05-01 04:01:21 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-01 04:01:21 +0000
commit4241c63415f83769f59c4cb2219712ca18f51510 (patch)
tree790fa97c80d32efc8e12c9db2d9e2c07f20c02fa
parent90bfb135f20c668e7628273c57c1698cf491b835 (diff)
parentfbfea5b5dd6a62506edac078401257b7b7d9f2a4 (diff)
downloadnative-4241c63415f83769f59c4cb2219712ca18f51510.tar.gz
Merge "State actual libbinder_test_utils dependencies" into main
-rw-r--r--libs/binder/tests/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/binder/tests/Android.bp b/libs/binder/tests/Android.bp
index 35002eb3c5..6800a8d36c 100644
--- a/libs/binder/tests/Android.bp
+++ b/libs/binder/tests/Android.bp
@@ -200,9 +200,11 @@ cc_library_static {
defaults: [
"binder_test_defaults",
],
+ header_libs: [
+ "libbinder_headers_base",
+ ],
shared_libs: [
"libbase",
- "liblog",
],
srcs: [
"FileUtils.cpp",