summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-19 13:32:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-19 13:32:43 +0000
commit415e0aa1b21ce9fb9f2833eb3cf93cd6efd96054 (patch)
tree1035497c66ba8e82dd6a60413b3beb8a874aac60
parentf044b35682cc1df623ca3a9ff29e6200ce89a670 (diff)
parente157ee83e7f67ad9a9bcfb5629e19ea99a22abf6 (diff)
downloadandroid_external_zlib-415e0aa1b21ce9fb9f2833eb3cf93cd6efd96054.tar.gz
android_external_zlib-415e0aa1b21ce9fb9f2833eb3cf93cd6efd96054.tar.bz2
android_external_zlib-415e0aa1b21ce9fb9f2833eb3cf93cd6efd96054.zip
Merge "Define ZLIB_CONST to add constness." am: 359dfd46c0 am: d3551e86bb
am: e157ee83e7 Change-Id: If9559714274dc05865fc8ad893170cf9a6567147
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9d1dde1..c079c3b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -4,6 +4,7 @@ cc_defaults {
cflags: [
"-O3",
"-DUSE_MMAP",
+ "-DZLIB_CONST",
],
stl: "none",
export_include_dirs: ["."],