gui: remove dead build flag TWRP_SIMULATE_ACTIONS
isn't used by the code, can be set via datamanager instead. Change-Id: I3d98c85c91ce41f32de90345715f2f456f628419
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user