summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-01-24 02:32:05 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-01-24 02:32:05 +0000
commit3a7ae4462c08d45038f9121644481ae5fae66ae4 (patch)
tree4796a321cc74aa84638ef04805730728b45f4770
parent32de7d459a10715b8e5f166d7af0e6935585baab (diff)
parentd14e79874dc7647165e7f0ab5084b667bf8a55fd (diff)
downloadzlib-3a7ae4462c08d45038f9121644481ae5fae66ae4.tar.gz
Merge "Include libz.a in the NDK." am: 0d8ec3aa93
am: d14e79874d Change-Id: Iee47ef27023b53d31b2653955beebdf5c79e10ba
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7a4faf3..85eaeb6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -3,6 +3,7 @@ cc_library {
host_supported: true,
unique_host_soname: true,
+ static_ndk_lib: true,
vendor_available: true,
vndk: {