summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-04-17 11:35:40 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-04-17 11:35:40 +0200
commitf44a96f89fc4f3d8f39e1954835afd9b48f88ef7 (patch)
tree42e82eeb0a7adf033ed867ca44428c2927f43b2d /Android.mk
parentSnap for 4722634 from 563a102d0f38e75ffe4e9180ea31cf2a4ba989cf to qt-release (diff)
parentMerge "tests: Move ResourcesTest into component test." am: 07d0032def am: 9adbc572a3 (diff)
downloadandroid_bootable_recovery-f44a96f89fc4f3d8f39e1954835afd9b48f88ef7.tar
android_bootable_recovery-f44a96f89fc4f3d8f39e1954835afd9b48f88ef7.tar.gz
android_bootable_recovery-f44a96f89fc4f3d8f39e1954835afd9b48f88ef7.tar.bz2
android_bootable_recovery-f44a96f89fc4f3d8f39e1954835afd9b48f88ef7.tar.lz
android_bootable_recovery-f44a96f89fc4f3d8f39e1954835afd9b48f88ef7.tar.xz
android_bootable_recovery-f44a96f89fc4f3d8f39e1954835afd9b48f88ef7.tar.zst
android_bootable_recovery-f44a96f89fc4f3d8f39e1954835afd9b48f88ef7.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ed09b4949..010a51630 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)