diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-16 01:03:12 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-03-16 01:03:12 +0000 |
commit | acc7d004b96b89bd87e31dbdbb491c6d47f5a579 (patch) | |
tree | 197ea5de65685c58a5c50beb6770c7dd850ff332 | |
parent | 0ae43b7e129b76799ae92972938ba2ce66a93ebb (diff) | |
parent | b0dbd53706069619146ce04c7fc34ab08936334d (diff) |
Snap for 8303774 from b0dbd53706069619146ce04c7fc34ab08936334d to tm-release
Change-Id: I818ee662cc13ad372c3f6635586bf784407b50c6
-rw-r--r-- | Android.bp | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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, |