glsl/lower_int64: only set progress when something is lowered.
[mesa.git] / Android.common.mk
index 5e7fd9445ad615b77a8a3181666e453b59a8d5f3..57c31fc7e99c14856cd5398547d91ce3ee10ad01 100644 (file)
@@ -64,6 +64,7 @@ LOCAL_CFLAGS += \
        -DHAVE_PTHREAD=1 \
        -DHAVE_DLOPEN \
        -DHAVE_DL_ITERATE_PHDR \
+       -DMAJOR_IN_SYSMACROS \
        -fvisibility=hidden \
        -Wno-sign-compare
 
@@ -103,7 +104,3 @@ endif
 
 # Quiet down the build system and remove any .h files from the sources
 LOCAL_SRC_FILES := $(patsubst %.h, , $(LOCAL_SRC_FILES))
-
-ifneq ($(LOCAL_IS_HOST_MODULE),true)
-LOCAL_SHARED_LIBRARIES += libz
-endif