summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-04-16 20:25:33 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-04-16 20:25:33 +0200
commit0c8eea86f96906e7069885bf48c23c8ed4fb8f84 (patch)
tree2685150eeb9d924b0a29d48932fa830a396a22c2
parentMerge "Expose PngHandler via resources.h." (diff)
parentDisable lld where it fails. (diff)
downloadandroid_bootable_recovery-0c8eea86f96906e7069885bf48c23c8ed4fb8f84.tar
android_bootable_recovery-0c8eea86f96906e7069885bf48c23c8ed4fb8f84.tar.gz
android_bootable_recovery-0c8eea86f96906e7069885bf48c23c8ed4fb8f84.tar.bz2
android_bootable_recovery-0c8eea86f96906e7069885bf48c23c8ed4fb8f84.tar.lz
android_bootable_recovery-0c8eea86f96906e7069885bf48c23c8ed4fb8f84.tar.xz
android_bootable_recovery-0c8eea86f96906e7069885bf48c23c8ed4fb8f84.tar.zst
android_bootable_recovery-0c8eea86f96906e7069885bf48c23c8ed4fb8f84.zip
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 08eb739dd..aea095718 100644
--- a/Android.mk
+++ b/Android.mk
@@ -133,6 +133,10 @@ LOCAL_MODULE := recovery
LOCAL_FORCE_STATIC_EXECUTABLE := true
+# Cannot link with LLD: undefined symbol: UsbNoPermissionsLongHelpText
+# http://b/77543887, lld does not handle -Wl,--gc-sections as well as ld.
+LOCAL_USE_CLANG_LLD := false
+
LOCAL_REQUIRED_MODULES := e2fsdroid_static mke2fs_static mke2fs.conf
ifeq ($(TARGET_USERIMAGES_USE_F2FS),true)