summaryrefslogtreecommitdiffstats
path: root/minuitwrp/Android.mk
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-12-29 15:13:23 +0100
committerDees Troy <dees_troy@teamw.in>2014-12-29 16:21:57 +0100
commit32f68a3c92ee8bc403b5cff6080b47ffba4f1ce7 (patch)
tree4c2964d4dee488dbc636be33ea254818a17de289 /minuitwrp/Android.mk
parenttoolbox_recovery should always include setenforce (diff)
downloadandroid_bootable_recovery-32f68a3c92ee8bc403b5cff6080b47ffba4f1ce7.tar
android_bootable_recovery-32f68a3c92ee8bc403b5cff6080b47ffba4f1ce7.tar.gz
android_bootable_recovery-32f68a3c92ee8bc403b5cff6080b47ffba4f1ce7.tar.bz2
android_bootable_recovery-32f68a3c92ee8bc403b5cff6080b47ffba4f1ce7.tar.lz
android_bootable_recovery-32f68a3c92ee8bc403b5cff6080b47ffba4f1ce7.tar.xz
android_bootable_recovery-32f68a3c92ee8bc403b5cff6080b47ffba4f1ce7.tar.zst
android_bootable_recovery-32f68a3c92ee8bc403b5cff6080b47ffba4f1ce7.zip
Diffstat (limited to '')
-rw-r--r--minuitwrp/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/minuitwrp/Android.mk b/minuitwrp/Android.mk
index cf1eb5af2..c4380aadd 100644
--- a/minuitwrp/Android.mk
+++ b/minuitwrp/Android.mk
@@ -85,6 +85,10 @@ ifeq ($(TW_IGNORE_MAJOR_AXIS_0), true)
LOCAL_CFLAGS += -DTW_IGNORE_MAJOR_AXIS_0
endif
+ifeq ($(TW_IGNORE_MT_POSITION_0), true)
+LOCAL_CFLAGS += -DTW_IGNORE_MT_POSITION_0
+endif
+
ifneq ($(TW_INPUT_BLACKLIST),)
LOCAL_CFLAGS += -DTW_INPUT_BLACKLIST=$(TW_INPUT_BLACKLIST)
endif