summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2015-11-12 06:10:50 +0100
committerEthan Yonker <dees_troy@teamw.in>2015-12-22 18:53:10 +0100
commit666d151d6e65c98d9b5d67e329b96e1fc7debe49 (patch)
tree873046044b99052b48684753c9904667bf721765
parentRemove unnecessary quoting from twres path (diff)
downloadandroid_bootable_recovery-666d151d6e65c98d9b5d67e329b96e1fc7debe49.tar
android_bootable_recovery-666d151d6e65c98d9b5d67e329b96e1fc7debe49.tar.gz
android_bootable_recovery-666d151d6e65c98d9b5d67e329b96e1fc7debe49.tar.bz2
android_bootable_recovery-666d151d6e65c98d9b5d67e329b96e1fc7debe49.tar.lz
android_bootable_recovery-666d151d6e65c98d9b5d67e329b96e1fc7debe49.tar.xz
android_bootable_recovery-666d151d6e65c98d9b5d67e329b96e1fc7debe49.tar.zst
android_bootable_recovery-666d151d6e65c98d9b5d67e329b96e1fc7debe49.zip
-rw-r--r--twrpTarMain/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/twrpTarMain/Android.mk b/twrpTarMain/Android.mk
index 6dd7d155c..5f15bf037 100644
--- a/twrpTarMain/Android.mk
+++ b/twrpTarMain/Android.mk
@@ -17,7 +17,7 @@ LOCAL_STATIC_LIBRARIES := libc libtar_static libstlport_static libstdc++
ifeq ($(TWHAVE_SELINUX), true)
LOCAL_C_INCLUDES += external/libselinux/include
LOCAL_STATIC_LIBRARIES += libselinux
- LOCAL_CFLAGS += -DHAVE_SELINUX -g
+ LOCAL_CFLAGS += -DHAVE_SELINUX
endif
ifneq ($(RECOVERY_SDCARD_ON_DATA),)
LOCAL_CFLAGS += -DRECOVERY_SDCARD_ON_DATA
@@ -53,7 +53,7 @@ LOCAL_SHARED_LIBRARIES := libc libtar libstlport libstdc++
ifeq ($(TWHAVE_SELINUX), true)
LOCAL_C_INCLUDES += external/libselinux/include
LOCAL_SHARED_LIBRARIES += libselinux
- LOCAL_CFLAGS += -DHAVE_SELINUX -g
+ LOCAL_CFLAGS += -DHAVE_SELINUX
endif
ifneq ($(RECOVERY_SDCARD_ON_DATA),)
LOCAL_CFLAGS += -DRECOVERY_SDCARD_ON_DATA