save
This commit is contained in:
parent
0cc387d5dd
commit
e2ec8ca8e9
|
|
@ -29,11 +29,10 @@ include $(PREBUILT_STATIC_LIBRARY)
|
||||||
#======================================
|
#======================================
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
|
ifeq ($(USE_TIFF),1)
|
||||||
LOCAL_MODULE := cocos_tiff_static
|
LOCAL_MODULE := cocos_tiff_static
|
||||||
LOCAL_MODULE_FILENAME := tiff
|
LOCAL_MODULE_FILENAME := tiff
|
||||||
LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libtiff.a
|
LOCAL_SRC_FILES := $(TARGET_ARCH_ABI)/libtiff.a
|
||||||
|
|
||||||
ifeq ($(USE_TIFF),1)
|
|
||||||
include $(PREBUILT_STATIC_LIBRARY)
|
include $(PREBUILT_STATIC_LIBRARY)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue