diff options
author | 2025-02-12 09:42:53 -0800 | |
---|---|---|
committer | 2025-02-12 09:42:53 -0800 | |
commit | 09c125fd8d1329c0d67d94378998dded7bb95cb3 (patch) | |
tree | 864e51bb8a56fb50cd85c8f802561e6565575669 /Android.bp | |
parent | 12d548a07139fa812af84607cb931e611e0b046a (diff) |
Revert "cc_baremetal_defaults: Disable SVE"
This reverts commit 12d548a07139fa812af84607cb931e611e0b046a.
Reason for revert: Interferes with ag/31534516, see b/364383722
Change-Id: Ib9e8ad9f36acb5b884edadef5d26745b5ccb40af
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Android.bp b/Android.bp index 6db496361..34f9bf012 100644 --- a/Android.bp +++ b/Android.bp @@ -147,16 +147,6 @@ all_apex_contributions { // Framework guests. cc_defaults { name: "cc_baremetal_defaults", - arch: { - arm64: { - cflags: [ - // Prevent the compiler from optimizing code using SVE, as the - // baremetal environment might not have configured the hardware. - "-Xclang -target-feature", - "-Xclang -sve", - ], - }, - }, defaults_visibility: ["//visibility:public"], } |