diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2018-10-02 22:14:37 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-10-02 22:14:37 +0200 |
commit | f89067ab97c964cad317045ccbfff173c8a4cb72 (patch) | |
tree | b67d51b05b5aaec2df34dbea24bfeaff7b9192c6 /tests | |
parent | Merge "Move to new isolation test runner." (diff) | |
parent | Reland: "recovery_test_component: Add libbinderthreadstate as static (diff) | |
download | android_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 |
Diffstat (limited to '')
-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 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", ] |