summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2013-03-12 03:35:23 +0100
committerGerrit Code Review <gerrit@5.9.244.119>2013-03-12 03:35:23 +0100
commit4771e0130a5adac0c522a4c26aba398650a8a58e (patch)
tree3e364bd99e8f017ab86f4444da0d3d02037c7154 /Android.mk
parentMerge "Remove unused fonts from 320x480" into twrp2.4 (diff)
parentadd no fb blanking (diff)
downloadandroid_bootable_recovery-4771e0130a5adac0c522a4c26aba398650a8a58e.tar
android_bootable_recovery-4771e0130a5adac0c522a4c26aba398650a8a58e.tar.gz
android_bootable_recovery-4771e0130a5adac0c522a4c26aba398650a8a58e.tar.bz2
android_bootable_recovery-4771e0130a5adac0c522a4c26aba398650a8a58e.tar.lz
android_bootable_recovery-4771e0130a5adac0c522a4c26aba398650a8a58e.tar.xz
android_bootable_recovery-4771e0130a5adac0c522a4c26aba398650a8a58e.tar.zst
android_bootable_recovery-4771e0130a5adac0c522a4c26aba398650a8a58e.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 72fa98c28..0419e827f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -187,6 +187,9 @@ endif
ifeq ($(TW_HAS_DOWNLOAD_MODE), true)
LOCAL_CFLAGS += -DTW_HAS_DOWNLOAD_MODE
endif
+ifeq ($(TW_NO_SCREEN_BLANK), true)
+ LOCAL_CFLAGS += -DTW_NO_SCREEN_BLANK
+endif
ifeq ($(TW_SDEXT_NO_EXT4), true)
LOCAL_CFLAGS += -DTW_SDEXT_NO_EXT4
endif