Merge "16k: Fix sysconf_SC_ARG_MAX test to support 16k page sizes" into main
diff --git a/tests/Android.bp b/tests/Android.bp
index 4534241..a53418a 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -583,17 +583,6 @@
shared: {
enabled: false,
},
- // TODO: still needed?
- // With fuzzer builds, compiler instrumentation generates a reference to the
- // __sancov_lowest_stack variable, which (for now) is defined by the fuzzer
- // library as an emutls symbol.
- // The -fno-emulated-tls flag that used to be here configured
- // the compiler to reference an ordinary ELF TLS __sancov_lowest_stack
- // symbol instead, which isn't defined. Disable the fuzzer for this test
- // until the platform is switched to ELF TLS.
- sanitize: {
- fuzzer: false,
- },
}
cc_test_library {
@@ -612,17 +601,6 @@
shared: {
enabled: false,
},
- // TODO: still needed?
- // With fuzzer builds, compiler instrumentation generates a reference to the
- // __sancov_lowest_stack variable, which (for now) is defined by the fuzzer
- // library as an emutls symbol.
- // The -fno-emulated-tls flag that used to be here configured
- // the compiler to reference an ordinary ELF TLS __sancov_lowest_stack
- // symbol instead, which isn't defined. Disable the fuzzer for this test
- // until the platform is switched to ELF TLS.
- sanitize: {
- fuzzer: false,
- },
}
cc_test_library {
diff --git a/tests/libs/Android.bp b/tests/libs/Android.bp
index 0f8d22b..b2f1deb 100644
--- a/tests/libs/Android.bp
+++ b/tests/libs/Android.bp
@@ -34,7 +34,6 @@
gtest: false,
sanitize: {
address: false,
- fuzzer: false,
},
stl: "libc++_static",
target: {
@@ -637,7 +636,6 @@
],
sanitize: {
address: false,
- fuzzer: false,
},
stl: "libc++_static",
target: {