Cleanup TWRP flags
Change-Id: I402be0241ba998ad7530f5226f205581dc33e538
This commit is contained in:
@@ -230,9 +230,6 @@ endif
|
||||
ifneq ($(TW_EXTERNAL_STORAGE_MOUNT_POINT),)
|
||||
LOCAL_CFLAGS += -DTW_EXTERNAL_STORAGE_MOUNT_POINT=$(TW_EXTERNAL_STORAGE_MOUNT_POINT)
|
||||
endif
|
||||
ifeq ($(TW_HAS_NO_RECOVERY_PARTITION), true)
|
||||
LOCAL_CFLAGS += -DTW_HAS_NO_RECOVERY_PARTITION
|
||||
endif
|
||||
ifeq ($(TW_HAS_NO_BOOT_PARTITION), true)
|
||||
LOCAL_CFLAGS += -DTW_HAS_NO_BOOT_PARTITION
|
||||
endif
|
||||
@@ -272,9 +269,6 @@ endif
|
||||
ifneq ($(BOARD_UMS_LUNFILE),)
|
||||
LOCAL_CFLAGS += -DCUSTOM_LUN_FILE=\"$(BOARD_UMS_LUNFILE)\"
|
||||
endif
|
||||
#ifeq ($(TW_FLASH_FROM_STORAGE), true) Making this the default behavior
|
||||
LOCAL_CFLAGS += -DTW_FLASH_FROM_STORAGE
|
||||
#endif
|
||||
ifeq ($(TW_HAS_DOWNLOAD_MODE), true)
|
||||
LOCAL_CFLAGS += -DTW_HAS_DOWNLOAD_MODE
|
||||
endif
|
||||
|
||||
@@ -13,9 +13,6 @@ include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
#Added for TWRP building dynamic:
|
||||
include $(CLEAR_VARS)
|
||||
ifeq ($(BOARD_HAS_LARGE_FILESYSTEM),true)
|
||||
LOCAL_CFLAGS += -DBOARD_HAS_LARGE_FILESYSTEM
|
||||
endif
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
mmcutils.c
|
||||
|
||||
Reference in New Issue
Block a user