libtiff build swtich (#62)

* add switch

* save
This commit is contained in:
Arnold 2018-10-29 09:24:00 +08:00 committed by leda
parent 508e10e028
commit dd54d748a8
1 changed files with 2 additions and 1 deletions

View File

@ -29,11 +29,12 @@ 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
include $(PREBUILT_STATIC_LIBRARY)
endif
#======================================
include $(CLEAR_VARS)