aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-16 03:03:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-16 03:03:14 +0000
commit8a1228b5f43ad821c6e82845c6a974350a1c66a2 (patch)
tree197ea5de65685c58a5c50beb6770c7dd850ff332
parente7b625ea1ca61b8c1c9dbb2a3ca38d3696e5086a (diff)
parentcff63ae8599c30416014ded7c1460b3e9b771c55 (diff)
downloadjemalloc_new-android14-security-release.tar.gz
Change-Id: I4488b7c44e032bfdb70efdbe0f8b3f37cb048432
-rw-r--r--Android.bp7
1 files changed, 4 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index b52c09ef..1f5855a1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -122,7 +122,6 @@ android_product_variables = {
cc_defaults {
name: "jemalloc5_defaults",
- defaults: ["linux_bionic_supported"],
host_supported: true,
native_bridge_supported: true,
cflags: common_cflags,
@@ -132,7 +131,7 @@ cc_defaults {
cflags: android_common_cflags,
product_variables: android_product_variables,
},
- linux_glibc: {
+ linux_bionic: {
enabled: true,
},
},
@@ -338,8 +337,10 @@ cc_test {
test_per_src: true,
target: {
- linux_glibc: {
+ linux_bionic: {
enabled: true,
+ },
+ linux_glibc: {
// The sanitizer does not work for these tests on the host.
sanitize: {
never: true,