From ff3a3553d7b850fdd1572ae6453842a296790efe Mon Sep 17 00:00:00 2001 From: dimitry Date: Mon, 6 May 2019 12:30:53 +0200 Subject: jemalloc5 supports native_bridge The library can be included to binaries compiled for translated architectures. Bug: http://b/77159578 Test: make Change-Id: Ibc0440ec239d7dcd2c06f3630713e3c2be97cb02 --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') 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: { -- cgit v1.2.3