diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2018-10-02 00:55:56 +0200 |
---|---|---|
committer | Jayant Chowdhary <jchowdhary@google.com> | 2018-10-02 00:55:56 +0200 |
commit | d24b054fa873887ee63f55cde310ead1d9fc6dfd (patch) | |
tree | f844a8fc5d9952c58afab943654185328b2479a7 /tests/Android.bp | |
parent | Revert "recovery_test_component: Add libbinderthreadstate as static dependency." (diff) | |
download | android_bootable_recovery-d24b054fa873887ee63f55cde310ead1d9fc6dfd.tar android_bootable_recovery-d24b054fa873887ee63f55cde310ead1d9fc6dfd.tar.gz android_bootable_recovery-d24b054fa873887ee63f55cde310ead1d9fc6dfd.tar.bz2 android_bootable_recovery-d24b054fa873887ee63f55cde310ead1d9fc6dfd.tar.lz android_bootable_recovery-d24b054fa873887ee63f55cde310ead1d9fc6dfd.tar.xz android_bootable_recovery-d24b054fa873887ee63f55cde310ead1d9fc6dfd.tar.zst android_bootable_recovery-d24b054fa873887ee63f55cde310ead1d9fc6dfd.zip |
Diffstat (limited to 'tests/Android.bp')
-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 ab4d31da2..9f3dce78c 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", ] |