Fix make file flag name for minzip

Change-Id: I53380ee203c1fe75d37f24f99e36f5c5a62e5b39
This commit is contained in:
Ethan Yonker
2014-01-27 22:03:00 -06:00
parent 6f6441da58
commit 3d2baacdaf
+1 -1
View File
@@ -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