summaryrefslogtreecommitdiffstats
path: root/twinstall.cpp
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2013-09-10 22:47:35 +0200
committerDees Troy <dees_troy@teamw.in>2013-09-10 22:47:46 +0200
commitb7ae098e21e4a5f8496d8d064ed2f38d59509eeb (patch)
tree66a8623d9b950df4eb8c2d4ceff3d58f28406980 /twinstall.cpp
parentMerge "Hack-fix build with different system/core/charger versions" into twrp2.7 (diff)
downloadandroid_bootable_recovery-b7ae098e21e4a5f8496d8d064ed2f38d59509eeb.tar
android_bootable_recovery-b7ae098e21e4a5f8496d8d064ed2f38d59509eeb.tar.gz
android_bootable_recovery-b7ae098e21e4a5f8496d8d064ed2f38d59509eeb.tar.bz2
android_bootable_recovery-b7ae098e21e4a5f8496d8d064ed2f38d59509eeb.tar.lz
android_bootable_recovery-b7ae098e21e4a5f8496d8d064ed2f38d59509eeb.tar.xz
android_bootable_recovery-b7ae098e21e4a5f8496d8d064ed2f38d59509eeb.tar.zst
android_bootable_recovery-b7ae098e21e4a5f8496d8d064ed2f38d59509eeb.zip
Diffstat (limited to 'twinstall.cpp')
-rw-r--r--twinstall.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/twinstall.cpp b/twinstall.cpp
index 8af709915..1b9c23eb4 100644
--- a/twinstall.cpp
+++ b/twinstall.cpp
@@ -14,8 +14,13 @@
#include "mincrypt/rsa.h"
#include "mincrypt/sha.h"
#include "minui/minui.h"
+#ifdef HAVE_SELINUX
#include "minzip/SysUtil.h"
#include "minzip/Zip.h"
+#else
+#include "minzipold/SysUtil.h"
+#include "minzipold/Zip.h"
+#endif
#include "mtdutils/mounts.h"
#include "mtdutils/mtdutils.h"
#include "verifier.h"