commit | 8794036ba3ed47e82340ea43ebec3901274e764a | [log] [tgz] |
---|---|---|
author | bigbiff bigbiff <bigbiff@teamw.in> | Sat Mar 09 09:58:50 2013 -0500 |
committer | bigbiff bigbiff <bigbiff@teamw.in> | Mon Mar 11 18:45:06 2013 -0400 |
tree | a0e63ba1a1d19e4cccc78928ce0ba84eba6eef7e | |
parent | cdcfee48b9720d589a4e2cd43725e8229ca336f9 [diff] [blame] |
add no fb blanking Change-Id: Iaf771257d8f904807ca6f6c1a6c3d7993abadb85
diff --git a/Android.mk b/Android.mk index 72fa98c..0419e82 100644 --- a/Android.mk +++ b/Android.mk
@@ -187,6 +187,9 @@ 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