commit | 0c8eea86f96906e7069885bf48c23c8ed4fb8f84 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Apr 16 18:25:33 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 16 18:25:33 2018 +0000 |
tree | 2685150eeb9d924b0a29d48932fa830a396a22c2 | |
parent | 3c8fdf32743cf075a434c2fb124943c659bb971d [diff] | |
parent | 83847e6ed9f774a3aa3875e115641d6642ae79d7 [diff] |
Merge "Disable lld where it fails."
diff --git a/Android.mk b/Android.mk index 08eb739..aea0957 100644 --- a/Android.mk +++ b/Android.mk
@@ -133,6 +133,10 @@ 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)