summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Farsi <lucafarsi@google.com>2023-07-11 15:45:00 -0700
committerLuca Farsi <lucafarsi@google.com>2023-07-13 12:10:48 -0700
commitdc399eae945d4a026a8be86e29e001d8ac19a327 (patch)
treebbe529d28b0a89fabe23fcc2c6df83c9b5e5cad5
parent73a2d884c26f985074eebb939aab68ef33142f12 (diff)
downloaduwb-dc399eae945d4a026a8be86e29e001d8ac19a327.tar.gz
Add dependencies to fix libuci_hal_android_tests
libuci_hal_android_tests has been failing in bazel host unit tests due to missing dependencies, add them to the bp to fix these failures. Test: presubmit Bug: 278126723 Change-Id: Ibddacc23c8c127d7f3b573c014eceab308a5e860
-rwxr-xr-xsrc/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Android.bp b/src/Android.bp
index 193ac98..c0448b7 100755
--- a/src/Android.bp
+++ b/src/Android.bp
@@ -331,6 +331,9 @@ rust_test {
"libcutils",
"liblog",
"libutils",
+ "libbinder_ndk",
+ "libbinder",
+ "libc++",
],
// See b/268061150
stem: "libuci_hal_android_tests_host",