Recovery: rearrage defines to fix recovery for mecha and
not break it for toastcfh Change-Id: If6d4ced872bc04fc5d02803672c8279c82fe9ea3
This commit is contained in:
parent
faa477ec99
commit
3f26366993
@ -4,6 +4,10 @@ ifeq ($(TARGET_ARCH),arm)
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
ifneq ($BOARD_HAS_LARGE_FILESYSTEM,)
|
||||
LOCAL_CFLAGS += -DBOARD_HAS_LARGE_FILESYSTEM
|
||||
endif
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
mmcutils.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user