summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-08-14 18:01:48 +0000
committerElliott Hughes <enh@google.com>2019-08-14 18:02:15 +0000
commit22dd291e660b20f83577490e2088e1ef31a34262 (patch)
tree8d00c31c9183db845215681d9bad0c9cf173221d /Android.bp
parent4d954eee1b92cc84d25582871eda0fad5f96584f (diff)
downloadzlib-22dd291e660b20f83577490e2088e1ef31a34262.tar.gz
Revert "Track upstream change 796333a8."
This reverts commit 4d954eee1b92cc84d25582871eda0fad5f96584f. Reason for revert: we need to #define this in the .h file for callers anyway. Change-Id: Ifcd68d3bb051b49422b4242bc0c3d77ce1f4021c Exempt-From-Owner-Approval: Android janitor
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index b22fb0f..2937ca3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2,8 +2,7 @@ cc_defaults {
name: "libz_defaults",
cflags: [
- // Upstream chromium renames all the functions; we don't want that.
- "-DCHROMIUM_ZLIB_NO_CHROMECONF",
+ "-O3",
"-DHAVE_HIDDEN",
"-DZLIB_CONST",
"-Wall",