summaryrefslogtreecommitdiffstats
path: root/mtdutils
diff options
context:
space:
mode:
authorJ. Carlos Romero <juancarlos.romero@gmail.com>2014-04-15 13:15:10 +0200
committerGerrit Code Review <gerrit2@gerrit>2014-04-15 15:28:26 +0200
commit85ceaf1b311ee00665c64e729550f0a9cac7f0fd (patch)
tree9513ba486fd829605d63cad9ccdb70ae89754fcf /mtdutils
parentAllow device files to specify a custom theme (diff)
downloadandroid_bootable_recovery-85ceaf1b311ee00665c64e729550f0a9cac7f0fd.tar
android_bootable_recovery-85ceaf1b311ee00665c64e729550f0a9cac7f0fd.tar.gz
android_bootable_recovery-85ceaf1b311ee00665c64e729550f0a9cac7f0fd.tar.bz2
android_bootable_recovery-85ceaf1b311ee00665c64e729550f0a9cac7f0fd.tar.lz
android_bootable_recovery-85ceaf1b311ee00665c64e729550f0a9cac7f0fd.tar.xz
android_bootable_recovery-85ceaf1b311ee00665c64e729550f0a9cac7f0fd.tar.zst
android_bootable_recovery-85ceaf1b311ee00665c64e729550f0a9cac7f0fd.zip
Diffstat (limited to 'mtdutils')
-rw-r--r--mtdutils/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mtdutils/Android.mk b/mtdutils/Android.mk
index c1b0e5baa..117de78dc 100644
--- a/mtdutils/Android.mk
+++ b/mtdutils/Android.mk
@@ -9,6 +9,7 @@ LOCAL_SRC_FILES := \
ifeq ($(TARGET_BOARD_PLATFORM),rk30xx)
LOCAL_SRC_FILES += rk30hack.c
+LOCAL_CFLAGS += -DRK3066
endif
LOCAL_MODULE := libmtdutils
@@ -25,6 +26,7 @@ LOCAL_SRC_FILES := \
ifeq ($(TARGET_BOARD_PLATFORM),rk30xx)
LOCAL_SRC_FILES += rk30hack.c
+LOCAL_CFLAGS += -DRK3066
endif
LOCAL_MODULE := libmtdutils