This commit is contained in:
patricejiang 2018-10-29 09:08:43 +08:00
parent 0cc387d5dd
commit e2ec8ca8e9
1 changed files with 1 additions and 2 deletions

View File

@ -29,11 +29,10 @@ include $(PREBUILT_STATIC_LIBRARY)
#======================================
include $(CLEAR_VARS)
ifeq ($(USE_TIFF),1)
LOCAL_MODULE := cocos_tiff_static
LOCAL_MODULE_FILENAME := tiff
LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libtiff.a
ifeq ($(USE_TIFF),1)
include $(PREBUILT_STATIC_LIBRARY)
endif