summaryrefslogtreecommitdiffstats
path: root/minuitwrp/Android.mk
diff options
context:
space:
mode:
authorKra1o5 <kra1o5x@gmail.com>2015-06-24 12:19:09 +0200
committerKra1o5 <kra1o5x@gmail.com>2015-06-29 19:42:40 +0200
commitc9556ccb5eacf7717e62af89d1a367717e2a62fe (patch)
tree503a493eec5584088f63e0df99336e04a2c8679f /minuitwrp/Android.mk
parent2.8.7.0 (diff)
downloadandroid_bootable_recovery-c9556ccb5eacf7717e62af89d1a367717e2a62fe.tar
android_bootable_recovery-c9556ccb5eacf7717e62af89d1a367717e2a62fe.tar.gz
android_bootable_recovery-c9556ccb5eacf7717e62af89d1a367717e2a62fe.tar.bz2
android_bootable_recovery-c9556ccb5eacf7717e62af89d1a367717e2a62fe.tar.lz
android_bootable_recovery-c9556ccb5eacf7717e62af89d1a367717e2a62fe.tar.xz
android_bootable_recovery-c9556ccb5eacf7717e62af89d1a367717e2a62fe.tar.zst
android_bootable_recovery-c9556ccb5eacf7717e62af89d1a367717e2a62fe.zip
Diffstat (limited to 'minuitwrp/Android.mk')
-rw-r--r--minuitwrp/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/minuitwrp/Android.mk b/minuitwrp/Android.mk
index f42974413..188de9ded 100644
--- a/minuitwrp/Android.mk
+++ b/minuitwrp/Android.mk
@@ -52,6 +52,10 @@ ifeq ($(RECOVERY_GRAPHICS_USE_LINELENGTH), true)
LOCAL_CFLAGS += -DRECOVERY_GRAPHICS_USE_LINELENGTH
endif
+ifeq ($(TW_DISABLE_DOUBLE_BUFFERING), true)
+LOCAL_CFLAGS += -DTW_DISABLE_DOUBLE_BUFFERING
+endif
+
#Remove the # from the line below to enable event logging
#TWRP_EVENT_LOGGING := true
ifeq ($(TWRP_EVENT_LOGGING), true)