summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-09-06 17:16:00 +0200
committerDees_Troy <dees_troy@teamw.in>2013-09-06 17:16:00 +0200
commit399f480dc7b23f284bf393e2a2ad658f880424b4 (patch)
treef4bfe5ad2f6891ffd83f186697012b049429438f
parentMerge "libtar: store SELinux file context in tar archives" into twrp2.7 (diff)
downloadandroid_bootable_recovery-399f480dc7b23f284bf393e2a2ad658f880424b4.tar
android_bootable_recovery-399f480dc7b23f284bf393e2a2ad658f880424b4.tar.gz
android_bootable_recovery-399f480dc7b23f284bf393e2a2ad658f880424b4.tar.bz2
android_bootable_recovery-399f480dc7b23f284bf393e2a2ad658f880424b4.tar.lz
android_bootable_recovery-399f480dc7b23f284bf393e2a2ad658f880424b4.tar.xz
android_bootable_recovery-399f480dc7b23f284bf393e2a2ad658f880424b4.tar.zst
android_bootable_recovery-399f480dc7b23f284bf393e2a2ad658f880424b4.zip
-rw-r--r--libtar/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtar/Android.mk b/libtar/Android.mk
index 7e0fafb51..9070f7033 100644
--- a/libtar/Android.mk
+++ b/libtar/Android.mk
@@ -11,7 +11,7 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH) \
external/zlib
LOCAL_SHARED_LIBRARIES += libz libc
-ifneq ($(wildcard external/libselinux/Android.mk),)
+ifeq ($(HAVE_SELINUX), true)
LOCAL_C_INCLUDES += external/libselinux/include
LOCAL_SHARED_LIBRARIES += libselinux
LOCAL_CFLAGS += -DHAVE_SELINUX