diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2018-10-03 00:22:00 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-10-03 00:22:00 +0200 |
commit | 7a9664fe4ef0f1f94d5275d22cb5f6984d5abe56 (patch) | |
tree | b67d51b05b5aaec2df34dbea24bfeaff7b9192c6 | |
parent | Merge "Move to new isolation test runner." am: d87a79a947 am: e4f6fa690c (diff) | |
parent | Merge "Reland: "recovery_test_component: Add libbinderthreadstate as static dependency."" am: f89067ab97 (diff) | |
download | android_bootable_recovery-7a9664fe4ef0f1f94d5275d22cb5f6984d5abe56.tar android_bootable_recovery-7a9664fe4ef0f1f94d5275d22cb5f6984d5abe56.tar.gz android_bootable_recovery-7a9664fe4ef0f1f94d5275d22cb5f6984d5abe56.tar.bz2 android_bootable_recovery-7a9664fe4ef0f1f94d5275d22cb5f6984d5abe56.tar.lz android_bootable_recovery-7a9664fe4ef0f1f94d5275d22cb5f6984d5abe56.tar.xz android_bootable_recovery-7a9664fe4ef0f1f94d5275d22cb5f6984d5abe56.tar.zst android_bootable_recovery-7a9664fe4ef0f1f94d5275d22cb5f6984d5abe56.zip |
-rw-r--r-- | tests/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index 9824123c0..2cfc32572 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -45,7 +45,7 @@ cc_defaults { static_libs: [ "libutils", ], - } + }, }, } @@ -93,6 +93,7 @@ librecovery_static_libs = [ "libhidlbase", "libhidltransport", "libhwbinder", + "libbinderthreadstate", "libvndksupport", "libtinyxml2", ] |