summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2018-09-28 12:20:08 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-09-28 12:20:08 +0200
commit9dd3fa8064bb56caca36fe6c6fdb634c374b8ecc (patch)
treee3ff6cf87ebe48f806d2c84ba513f8b6130d201b
parentMerge "recovery_test_component: Add libbinderthreadstate as static dependency." am: 2dcbebf88f am: 20eb921f47 (diff)
parentMerge "Revert "recovery_test_component: Add libbinderthreadstate as static dependency."" am: 968009cd5b (diff)
downloadandroid_bootable_recovery-9dd3fa8064bb56caca36fe6c6fdb634c374b8ecc.tar
android_bootable_recovery-9dd3fa8064bb56caca36fe6c6fdb634c374b8ecc.tar.gz
android_bootable_recovery-9dd3fa8064bb56caca36fe6c6fdb634c374b8ecc.tar.bz2
android_bootable_recovery-9dd3fa8064bb56caca36fe6c6fdb634c374b8ecc.tar.lz
android_bootable_recovery-9dd3fa8064bb56caca36fe6c6fdb634c374b8ecc.tar.xz
android_bootable_recovery-9dd3fa8064bb56caca36fe6c6fdb634c374b8ecc.tar.zst
android_bootable_recovery-9dd3fa8064bb56caca36fe6c6fdb634c374b8ecc.zip
-rw-r--r--tests/Android.bp3
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",
]