am 4d11e705: Merge "Fix the aprotoc target for Windows."
* commit '4d11e705cb073e55283452e6fd50e3feff54f82c': Fix the aprotoc target for Windows.
This commit is contained in:
commit
985cc6a74e
@ -347,10 +347,14 @@ LOCAL_SRC_FILES := $(COMPILER_SRC_FILES)
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/android \
|
||||
external/zlib \
|
||||
$(LOCAL_PATH)/src
|
||||
|
||||
LOCAL_STATIC_LIBRARIES += libz
|
||||
|
||||
ifneq ($(HOST_OS),windows)
|
||||
LOCAL_LDLIBS := -lpthread
|
||||
endif
|
||||
|
||||
LOCAL_CFLAGS := $(IGNORED_WARNINGS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user