aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-03 03:37:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-03 03:37:34 +0000
commit5c7c0c5b65ff99f387e57c4c5949622e78459ee0 (patch)
treed5c2e74872927e35e5fae5ece8c1d5363d47734a
parentb7d3dbf20a21e0d26e62e825fe91a6d59818f5ff (diff)
parenteb0d26b5d9f59abe522bcd0e4ffe43187fab7ac9 (diff)
downloadllvm-android14-release.tar.gz
Change-Id: I3719c5c826975935eceb82bffae6dd4da52e1af6
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index cbc59cb04a2d..4189f3073ca5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,6 +53,11 @@ cc_defaults {
sanitize: {
hwaddress: false, // code size b/112437884
},
+ arch: {
+ riscv64: {
+ enabled: false,
+ },
+ },
}
// This module defines all of the defaults used to compiled llvm, except for