diff options
author | Matt Mower <mowerm@gmail.com> | 2017-01-18 04:14:46 +0100 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2017-01-18 19:40:26 +0100 |
commit | 874136434a6ef13dffec9c6c8c136d2424a32c33 (patch) | |
tree | 5875f18cd9ea090a36b692de24f29e69a2b4f65d /gui | |
parent | Restore file system type logline on restore (diff) | |
download | android_bootable_recovery-874136434a6ef13dffec9c6c8c136d2424a32c33.tar android_bootable_recovery-874136434a6ef13dffec9c6c8c136d2424a32c33.tar.gz android_bootable_recovery-874136434a6ef13dffec9c6c8c136d2424a32c33.tar.bz2 android_bootable_recovery-874136434a6ef13dffec9c6c8c136d2424a32c33.tar.lz android_bootable_recovery-874136434a6ef13dffec9c6c8c136d2424a32c33.tar.xz android_bootable_recovery-874136434a6ef13dffec9c6c8c136d2424a32c33.tar.zst android_bootable_recovery-874136434a6ef13dffec9c6c8c136d2424a32c33.zip |
Diffstat (limited to 'gui')
-rw-r--r-- | gui/Android.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gui/Android.mk b/gui/Android.mk index 51b296d10..3712bbf74 100644 --- a/gui/Android.mk +++ b/gui/Android.mk @@ -55,9 +55,6 @@ endif ifneq ($(TW_NO_SCREEN_TIMEOUT),) LOCAL_CFLAGS += -DTW_NO_SCREEN_TIMEOUT endif -ifeq ($(HAVE_SELINUX), true) - LOCAL_CFLAGS += -DHAVE_SELINUX -endif ifeq ($(TW_OEM_BUILD), true) LOCAL_CFLAGS += -DTW_OEM_BUILD endif |