aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-11-30 06:28:27 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-11-30 06:28:27 +0000
commit6b5a3c06c42a31d82e987e806d4a94999e4d614f (patch)
treed2181d800602159afadb0077d3be043f779719cf
parentfdf73c59011d0d3aee8c21c481a9fbdadca1b710 (diff)
parent1784466740e5fadbda86dfdf15d0bfc6780ff676 (diff)
downloadjemalloc-6b5a3c06c42a31d82e987e806d4a94999e4d614f.tar.gz
Enable jemalloc on host bionic am: ba738bb2f2 am: 7b855b38b6
am: 1784466740 Change-Id: I745b3e62324defba50681b2bd3efa8e4fe956461
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0377fd9..b2cfeb8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -68,6 +68,7 @@ common_product_variables = {
cc_defaults {
name: "jemalloc_defaults",
+ defaults: ["linux_bionic_supported"],
cflags: common_cflags,
product_variables: common_product_variables,