summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2018-09-27 23:14:37 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-09-27 23:14:37 +0200
commit20eb921f47b27c018c7579d474b6953b0efccfa5 (patch)
treee809d2b7e5a09c5ef619cf7a2354b70f5b133373
parentMerge "Enable fingerprint in care_map" (diff)
parentMerge "recovery_test_component: Add libbinderthreadstate as static dependency." (diff)
downloadandroid_bootable_recovery-20eb921f47b27c018c7579d474b6953b0efccfa5.tar
android_bootable_recovery-20eb921f47b27c018c7579d474b6953b0efccfa5.tar.gz
android_bootable_recovery-20eb921f47b27c018c7579d474b6953b0efccfa5.tar.bz2
android_bootable_recovery-20eb921f47b27c018c7579d474b6953b0efccfa5.tar.lz
android_bootable_recovery-20eb921f47b27c018c7579d474b6953b0efccfa5.tar.xz
android_bootable_recovery-20eb921f47b27c018c7579d474b6953b0efccfa5.tar.zst
android_bootable_recovery-20eb921f47b27c018c7579d474b6953b0efccfa5.zip
-rw-r--r--tests/Android.bp3
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",
]