summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2013-03-09 15:58:50 +0100
committerbigbiff bigbiff <bigbiff@teamw.in>2013-03-11 23:45:06 +0100
commit8794036ba3ed47e82340ea43ebec3901274e764a (patch)
treea0e63ba1a1d19e4cccc78928ce0ba84eba6eef7e /Android.mk
parentuse md5.c for computation of md5sums (diff)
downloadandroid_bootable_recovery-8794036ba3ed47e82340ea43ebec3901274e764a.tar
android_bootable_recovery-8794036ba3ed47e82340ea43ebec3901274e764a.tar.gz
android_bootable_recovery-8794036ba3ed47e82340ea43ebec3901274e764a.tar.bz2
android_bootable_recovery-8794036ba3ed47e82340ea43ebec3901274e764a.tar.lz
android_bootable_recovery-8794036ba3ed47e82340ea43ebec3901274e764a.tar.xz
android_bootable_recovery-8794036ba3ed47e82340ea43ebec3901274e764a.tar.zst
android_bootable_recovery-8794036ba3ed47e82340ea43ebec3901274e764a.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