summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2018-10-02 22:14:37 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-02 22:14:37 +0200
commitf89067ab97c964cad317045ccbfff173c8a4cb72 (patch)
treeb67d51b05b5aaec2df34dbea24bfeaff7b9192c6
parentMerge "Move to new isolation test runner." (diff)
parentReland: "recovery_test_component: Add libbinderthreadstate as static (diff)
downloadandroid_bootable_recovery-f89067ab97c964cad317045ccbfff173c8a4cb72.tar
android_bootable_recovery-f89067ab97c964cad317045ccbfff173c8a4cb72.tar.gz
android_bootable_recovery-f89067ab97c964cad317045ccbfff173c8a4cb72.tar.bz2
android_bootable_recovery-f89067ab97c964cad317045ccbfff173c8a4cb72.tar.lz
android_bootable_recovery-f89067ab97c964cad317045ccbfff173c8a4cb72.tar.xz
android_bootable_recovery-f89067ab97c964cad317045ccbfff173c8a4cb72.tar.zst
android_bootable_recovery-f89067ab97c964cad317045ccbfff173c8a4cb72.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 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",
]