aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-03 08:12:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-11-03 08:12:33 +0000
commitb26c447d51e6a9d788d2bdfb20618cb9368fbd48 (patch)
treed5c2e74872927e35e5fae5ece8c1d5363d47734a
parent980c2c63668cd6d8994cb5a66aa1573e75383719 (diff)
parent5c7c0c5b65ff99f387e57c4c5949622e78459ee0 (diff)
downloadllvm-android14-d1-s2-release.tar.gz
Change-Id: Ie7bdf1f92eb33c67fd964b3c5d3b5a223267f03d
-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