summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authordimitry <dimitry@google.com>2019-05-06 12:41:12 +0200
committerdimitry <dimitry@google.com>2019-05-06 12:41:12 +0200
commit708da711425764860ba3a812f3328b45f0a4eb73 (patch)
tree86e7b41d14603956433455d765bcb91b10246ed7 /Android.bp
parentc962444bb036a5117a39cbf32bfd53601cbda59c (diff)
downloadzlib-708da711425764860ba3a812f3328b45f0a4eb73.tar.gz
libz supports native_bridge
The library can be used to build binaries for translated architectures. Bug: http://b/77159578 Test: make Change-Id: Ia6c9c02cd9fa6fc400dd490dd122c273a688b588
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 822114d..e6d01b4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -11,6 +11,7 @@ cc_library {
support_system_process: true,
},
recovery_available: true,
+ native_bridge_supported: true,
cflags: [
"-O3",