diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2018-09-28 11:59:01 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-09-28 11:59:01 +0200 |
commit | 76eaa35201eb13f066601066cb23d641b4b68789 (patch) | |
tree | e3ff6cf87ebe48f806d2c84ba513f8b6130d201b | |
parent | Merge "recovery_test_component: Add libbinderthreadstate as static dependency." (diff) | |
parent | Merge "Revert "recovery_test_component: Add libbinderthreadstate as static dependency."" (diff) | |
download | android_bootable_recovery-76eaa35201eb13f066601066cb23d641b4b68789.tar android_bootable_recovery-76eaa35201eb13f066601066cb23d641b4b68789.tar.gz android_bootable_recovery-76eaa35201eb13f066601066cb23d641b4b68789.tar.bz2 android_bootable_recovery-76eaa35201eb13f066601066cb23d641b4b68789.tar.lz android_bootable_recovery-76eaa35201eb13f066601066cb23d641b4b68789.tar.xz android_bootable_recovery-76eaa35201eb13f066601066cb23d641b4b68789.tar.zst android_bootable_recovery-76eaa35201eb13f066601066cb23d641b4b68789.zip |
Diffstat (limited to '')
-rw-r--r-- | tests/Android.bp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index 9f3dce78c..ab4d31da2 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -45,7 +45,7 @@ cc_defaults { static_libs: [ "libutils", ], - }, + } }, } @@ -93,7 +93,6 @@ librecovery_static_libs = [ "libhidlbase", "libhidltransport", "libhwbinder", - "libbinderthreadstate", "libvndksupport", "libtinyxml2", ] |