summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthat <github@that.at>2014-12-28 22:32:14 +0100
committerthat <github@that.at>2015-01-01 10:56:52 +0100
commit6bea38acdfa56e8605d873a3dd3dff361eeb6d9f (patch)
tree1d0e948de2b498da0c2ef9c61bc18c32d93a2840
parentgui: Move action functions to function pointer map. (diff)
downloadandroid_bootable_recovery-6bea38acdfa56e8605d873a3dd3dff361eeb6d9f.tar
android_bootable_recovery-6bea38acdfa56e8605d873a3dd3dff361eeb6d9f.tar.gz
android_bootable_recovery-6bea38acdfa56e8605d873a3dd3dff361eeb6d9f.tar.bz2
android_bootable_recovery-6bea38acdfa56e8605d873a3dd3dff361eeb6d9f.tar.lz
android_bootable_recovery-6bea38acdfa56e8605d873a3dd3dff361eeb6d9f.tar.xz
android_bootable_recovery-6bea38acdfa56e8605d873a3dd3dff361eeb6d9f.tar.zst
android_bootable_recovery-6bea38acdfa56e8605d873a3dd3dff361eeb6d9f.zip
-rw-r--r--gui/Android.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/gui/Android.mk b/gui/Android.mk
index 8ea4f3b90..b8a8de837 100644
--- a/gui/Android.mk
+++ b/gui/Android.mk
@@ -36,12 +36,6 @@ endif
LOCAL_SHARED_LIBRARIES += libminuitwrp libc libstdc++ libminzip libaosprecovery
LOCAL_MODULE := libguitwrp
-# Use this flag to create a build that simulates threaded actions like installing zips, backups, restores, and wipes for theme testing
-#TWRP_SIMULATE_ACTIONS := true
-ifeq ($(TWRP_SIMULATE_ACTIONS), true)
-LOCAL_CFLAGS += -D_SIMULATE_ACTIONS
-endif
-
#TWRP_EVENT_LOGGING := true
ifeq ($(TWRP_EVENT_LOGGING), true)
LOCAL_CFLAGS += -D_EVENT_LOGGING