summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-01-28 05:03:00 +0100
committerEthan Yonker <dees_troy@teamw.in>2014-01-28 05:03:00 +0100
commit3d2baacdafa960c2c3f85c1050850a4cf8f6a801 (patch)
treec4343cb76904b12230cb03399116cedb5dd6a0a5 /Android.mk
parentFix include of cutils (diff)
downloadandroid_bootable_recovery-3d2baacdafa960c2c3f85c1050850a4cf8f6a801.tar
android_bootable_recovery-3d2baacdafa960c2c3f85c1050850a4cf8f6a801.tar.gz
android_bootable_recovery-3d2baacdafa960c2c3f85c1050850a4cf8f6a801.tar.bz2
android_bootable_recovery-3d2baacdafa960c2c3f85c1050850a4cf8f6a801.tar.lz
android_bootable_recovery-3d2baacdafa960c2c3f85c1050850a4cf8f6a801.tar.xz
android_bootable_recovery-3d2baacdafa960c2c3f85c1050850a4cf8f6a801.tar.zst
android_bootable_recovery-3d2baacdafa960c2c3f85c1050850a4cf8f6a801.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 85f8072dc..ff1f5a2f6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -359,7 +359,7 @@ ifeq ($(TW_INCLUDE_JB_CRYPTO), true)
include $(commands_recovery_local_path)/crypto/scrypt/Android.mk
include $(commands_recovery_local_path)/crypto/crypttools/Android.mk
endif
-ifeq ($(HAVE_SELINUX), true)
+ifeq ($(TWHAVE_SELINUX), true)
include $(commands_recovery_local_path)/minzip/Android.mk
else
include $(commands_recovery_local_path)/minzipold/Android.mk