aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:16:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-02-28 21:16:52 +0000
commitd52d6b546c70f18b783b15dce83395855a1cbb6f (patch)
tree52913a0c914d1a0b31463d83c2734b1199886d7d
parent986695765f52015eee0244e91a509c10faf3bf1c (diff)
parent09a0c2cf68d248e31e2b0275695855df0edf4489 (diff)
downloadNeuralNetworks-simpleperf-release.tar.gz
Snap for 11510257 from 09a0c2cf68d248e31e2b0275695855df0edf4489 to simpleperf-releasesimpleperf-release
Change-Id: I73fe1635ae6ab05af955d55ff70734c036a10cea
-rw-r--r--Android.bp9
-rw-r--r--runtime/test/Android.bp22
2 files changed, 0 insertions, 31 deletions
diff --git a/Android.bp b/Android.bp
index 744c7c600..5182d778d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,15 +45,6 @@ cc_defaults {
"-Wextra",
],
arch: {
- // TODO(b/300185114): Disable V until codegen bug fixed.
- riscv64: {
- cflags: [
- "-march=rv64gc_zba_zbb_zbs",
- ],
- ldflags: [
- "-march=rv64gc_zba_zbb_zbs",
- ],
- },
x86: {
avx2: {
cflags: [
diff --git a/runtime/test/Android.bp b/runtime/test/Android.bp
index bcdb10db1..16c7d3ac7 100644
--- a/runtime/test/Android.bp
+++ b/runtime/test/Android.bp
@@ -561,17 +561,6 @@ cc_library_static {
],
},
},
- arch: {
- // TODO(b/300185114): Disable V until codegen bug fixed.
- riscv64: {
- cflags: [
- "-march=rv64gc_zba_zbb_zbs",
- ],
- ldflags: [
- "-march=rv64gc_zba_zbb_zbs",
- ],
- },
- },
min_sdk_version: "30",
sdk_version: "current",
stl: "libc++_static",
@@ -694,17 +683,6 @@ cc_library_static {
],
},
},
- arch: {
- // TODO(b/300185114): Disable V until codegen bug fixed.
- riscv64: {
- cflags: [
- "-march=rv64gc_zba_zbb_zbs",
- ],
- ldflags: [
- "-march=rv64gc_zba_zbb_zbs",
- ],
- },
- },
sanitize: {
all_undefined: true,
},