aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authordimitry <dimitry@google.com>2019-05-06 12:30:53 +0200
committerdimitry <dimitry@google.com>2019-05-06 12:30:53 +0200
commitff3a3553d7b850fdd1572ae6453842a296790efe (patch)
tree89783ecae503b5a05292b47e1626c8f9b32bf43a /Android.bp
parent68a632d4930ba2e148d81644a0a007280bb6ff7b (diff)
downloadplatform_external_jemalloc_new-ff3a3553d7b850fdd1572ae6453842a296790efe.tar.gz
platform_external_jemalloc_new-ff3a3553d7b850fdd1572ae6453842a296790efe.tar.bz2
platform_external_jemalloc_new-ff3a3553d7b850fdd1572ae6453842a296790efe.zip
jemalloc5 supports native_bridge
The library can be included to binaries compiled for translated architectures. Bug: http://b/77159578 Test: make Change-Id: Ibc0440ec239d7dcd2c06f3630713e3c2be97cb02
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4fa62844..8765a5fd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -91,6 +91,7 @@ cc_defaults {
name: "jemalloc5_defaults",
defaults: ["linux_bionic_supported"],
host_supported: true,
+ native_bridge_supported: true,
cflags: common_cflags,
target: {