diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2018-11-15 00:50:52 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-11-15 00:50:52 +0100 |
commit | 30b4ad5c56b2f6dd1ac455f4914c4476831f9393 (patch) | |
tree | f3c05cbbdbd8a51c6f0008d3391c8b31bd2f503e /tests/Android.bp | |
parent | Merge "image generator: format the java file" (diff) | |
parent | Merge "Use the non-LTO/PGO hwbinder in recovery_component_test" (diff) | |
download | android_bootable_recovery-30b4ad5c56b2f6dd1ac455f4914c4476831f9393.tar android_bootable_recovery-30b4ad5c56b2f6dd1ac455f4914c4476831f9393.tar.gz android_bootable_recovery-30b4ad5c56b2f6dd1ac455f4914c4476831f9393.tar.bz2 android_bootable_recovery-30b4ad5c56b2f6dd1ac455f4914c4476831f9393.tar.lz android_bootable_recovery-30b4ad5c56b2f6dd1ac455f4914c4476831f9393.tar.xz android_bootable_recovery-30b4ad5c56b2f6dd1ac455f4914c4476831f9393.tar.zst android_bootable_recovery-30b4ad5c56b2f6dd1ac455f4914c4476831f9393.zip |
Diffstat (limited to 'tests/Android.bp')
-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", |