summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2023-05-24 09:52:13 +0900
committerLorenzo Colitti <lorenzo@google.com>2023-06-22 10:44:32 +0900
commit72c82c2bce287d10871683eaee7f8139f8f90a32 (patch)
tree0708b28eb556a151f61e24ef925971d47cd5100f
parent968dd836e4261ec03f744473f23e925d9ef37236 (diff)
downloadnetd-72c82c2bce287d10871683eaee7f8139f8f90a32.tar.gz
Make netd_integration_test depend on libbinder_ndk.
This is now used by libnettestutils. I'm not sure why the build system doesn't pick up the dependency through libnettestutils, but the build breaks without it. Bug: 268440865 Test: treehugger Ignore-AOSP-First: in topic with internal-only project (cts) Change-Id: Ief12d4a642ff498ce99652a61406be9f31a2f467
-rw-r--r--tests/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index b046b198..b1393470 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -94,6 +94,7 @@ cc_test {
shared_libs: [
"libbase",
"libbinder",
+ "libbinder_ndk",
"libcrypto",
"libcutils",
"liblog",