diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2018-11-14 20:39:24 +0100 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2018-11-14 20:42:23 +0100 |
commit | b3339ddc6b6bf688c4d2193f2eeab5060213df7e (patch) | |
tree | 12654d2deef17d463f4c377df019a960f84a98aa /tests | |
parent | Merge "Check and dump the signal info for killed updater." (diff) | |
download | android_bootable_recovery-b3339ddc6b6bf688c4d2193f2eeab5060213df7e.tar android_bootable_recovery-b3339ddc6b6bf688c4d2193f2eeab5060213df7e.tar.gz android_bootable_recovery-b3339ddc6b6bf688c4d2193f2eeab5060213df7e.tar.bz2 android_bootable_recovery-b3339ddc6b6bf688c4d2193f2eeab5060213df7e.tar.lz android_bootable_recovery-b3339ddc6b6bf688c4d2193f2eeab5060213df7e.tar.xz android_bootable_recovery-b3339ddc6b6bf688c4d2193f2eeab5060213df7e.tar.zst android_bootable_recovery-b3339ddc6b6bf688c4d2193f2eeab5060213df7e.zip |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index 2cfc32572..5165ccb33 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -92,7 +92,7 @@ librecovery_static_libs = [ "libhidl-gen-utils", "libhidlbase", "libhidltransport", - "libhwbinder", + "libhwbinder_noltopgo", "libbinderthreadstate", "libvndksupport", "libtinyxml2", |