diff options
author | Pirama Arumuga Nainar <pirama@google.com> | 2018-04-09 19:38:24 +0200 |
---|---|---|
committer | Pirama Arumuga Nainar <pirama@google.com> | 2018-04-09 19:43:25 +0200 |
commit | 2ca4a403e72e9b602d8ff656b405266c3b24a16e (patch) | |
tree | bffac226385ee6e1da3a3f67389343afc09c3a3c | |
parent | Merge "Use non-LTO variant of libhwbinder" into pi-dev (diff) | |
download | android_bootable_recovery-2ca4a403e72e9b602d8ff656b405266c3b24a16e.tar android_bootable_recovery-2ca4a403e72e9b602d8ff656b405266c3b24a16e.tar.gz android_bootable_recovery-2ca4a403e72e9b602d8ff656b405266c3b24a16e.tar.bz2 android_bootable_recovery-2ca4a403e72e9b602d8ff656b405266c3b24a16e.tar.lz android_bootable_recovery-2ca4a403e72e9b602d8ff656b405266c3b24a16e.tar.xz android_bootable_recovery-2ca4a403e72e9b602d8ff656b405266c3b24a16e.tar.zst android_bootable_recovery-2ca4a403e72e9b602d8ff656b405266c3b24a16e.zip |
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 4f7ced268..7e0ad122e 100644 --- a/Android.mk +++ b/Android.mk @@ -156,7 +156,7 @@ LOCAL_STATIC_LIBRARIES := \ libhealthstoragedefault \ libhidltransport \ libhidlbase \ - libhwbinder_nolto \ + libhwbinder_noltopgo \ libvndksupport \ libbatterymonitor |