Merge "Fix the aprotoc target for Windows."

pull/91/head
Leandro Gracia Gil 11 years ago committed by Gerrit Code Review
commit a174231837
  1. 4
      Android.mk

@ -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…
Cancel
Save