diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2018-11-15 01:18:49 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-11-15 01:18:49 +0100 |
commit | b0950538c62ad29bb7b4fc842b4a4f5de8082f4b (patch) | |
tree | d243c6af5ffe1dfa67f5ad770c8e190eff0a4504 /tests | |
parent | Merge "image generator: format the java file" am: 860c82a66b am: 5faf4021c9 (diff) | |
parent | Merge "Use the non-LTO/PGO hwbinder in recovery_component_test" am: 87e2fc3831 (diff) | |
download | android_bootable_recovery-b0950538c62ad29bb7b4fc842b4a4f5de8082f4b.tar android_bootable_recovery-b0950538c62ad29bb7b4fc842b4a4f5de8082f4b.tar.gz android_bootable_recovery-b0950538c62ad29bb7b4fc842b4a4f5de8082f4b.tar.bz2 android_bootable_recovery-b0950538c62ad29bb7b4fc842b4a4f5de8082f4b.tar.lz android_bootable_recovery-b0950538c62ad29bb7b4fc842b4a4f5de8082f4b.tar.xz android_bootable_recovery-b0950538c62ad29bb7b4fc842b4a4f5de8082f4b.tar.zst android_bootable_recovery-b0950538c62ad29bb7b4fc842b4a4f5de8082f4b.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", |