summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/Android.bp b/runtime/Android.bp
index 9512d2b367..6b432058d9 100644
--- a/runtime/Android.bp
+++ b/runtime/Android.bp
@@ -241,6 +241,9 @@ cc_defaults {
"entrypoints/quick/quick_trampoline_entrypoints.cc",
],
+ // b/77976998, clang lld does not recognize the --keep-unique flag.
+ use_clang_lld: false,
+
arch: {
arm: {
clang_asflags: ["-no-integrated-as"],