Commit 333c46cd authored by Sam Hasinoff's avatar Sam Hasinoff

Fix build, by using external/zlib instead of system zlib

Change-Id: I22f72f7c21f0c3f7b40deeca429af39453dfdc51
parent 30cd2a4a
...@@ -347,6 +347,7 @@ LOCAL_SRC_FILES := $(COMPILER_SRC_FILES) ...@@ -347,6 +347,7 @@ LOCAL_SRC_FILES := $(COMPILER_SRC_FILES)
LOCAL_C_INCLUDES := \ LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/android \ $(LOCAL_PATH)/android \
external/zlib \
$(LOCAL_PATH)/src $(LOCAL_PATH)/src
LOCAL_STATIC_LIBRARIES += libz LOCAL_STATIC_LIBRARIES += libz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment