Remove no-op

Change-Id: I2bb2c44dd97974fa3cc19ccb6c6c7f0c3ef9bc58
This commit is contained in:
Olivier K.
2016-01-04 15:16:19 +02:00
committed by Dees Troy
parent f1408b3c0f
commit 94b06502b2
-3
View File
@@ -252,9 +252,6 @@ endif
ifeq ($(TW_INCLUDE_BLOBPACK), true)
LOCAL_CFLAGS += -DTW_INCLUDE_BLOBPACK
endif
ifeq ($(TW_DEFAULT_EXTERNAL_STORAGE), true)
LOCAL_CFLAGS += -DTW_DEFAULT_EXTERNAL_STORAGE
endif
ifneq ($(TARGET_USE_CUSTOM_LUN_FILE_PATH),)
LOCAL_CFLAGS += -DCUSTOM_LUN_FILE=\"$(TARGET_USE_CUSTOM_LUN_FILE_PATH)\"
endif