summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-01-23 14:39:56 -0800
committerDan Albert <danalbert@google.com>2018-01-23 14:39:56 -0800
commita4b5db263aa94b50f9121fde838a2b724579fbaa (patch)
tree4796a321cc74aa84638ef04805730728b45f4770
parent1be35eaf4dd7a9b6ccabe688923dd9d18c82c3e5 (diff)
downloadzlib-a4b5db263aa94b50f9121fde838a2b724579fbaa.tar.gz
Include libz.a in the NDK.
Test: build/soong/scripts/build-ndk-prebuilts.sh Bug: https://github.com/android-ndk/ndk/issues/272 Change-Id: Icd3b737b443afa18a87558447808dceb2a401036
-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: {