summaryrefslogtreecommitdiff
path: root/Android.common.mk
diff options
context:
space:
mode:
authorGrazvydas Ignotas <notasas@gmail.com>2017-12-29 01:29:10 +0200
committerGrazvydas Ignotas <notasas@gmail.com>2018-01-14 18:52:23 +0200
commit87f723408b3f4c088dcb819e88922918ae064d72 (patch)
tree0f0754f51568633b07a751539d93e016bdfa8484 /Android.common.mk
parentb7347cc3131685591f90eb94f6362a679307067e (diff)
downloadmesa-87f723408b3f4c088dcb819e88922918ae064d72.tar.gz
android,configure,meson: define HAVE_ZLIB
The next change wants to use some optional zlib functionality, however not all platforms currently use zlib. Based on earlier Jordan Justen's patches and their review feedback. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'Android.common.mk')
-rw-r--r--Android.common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.common.mk b/Android.common.mk
index d9f871c08c7..52dc7bff3be 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -70,6 +70,7 @@ LOCAL_CFLAGS += \
-DHAVE_DLADDR \
-DHAVE_DL_ITERATE_PHDR \
-DHAVE_LINUX_FUTEX_H \
+ -DHAVE_ZLIB \
-DMAJOR_IN_SYSMACROS \
-fvisibility=hidden \
-Wno-sign-compare