From b4083c5011f8826c446b67a0fe41aca101fd1336 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 23 May 2019 18:56:37 +0200 Subject: [PATCH] CommonInstaller: fixup --- CommonInstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonInstaller b/CommonInstaller index be03cac..1da53ad 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -418,7 +418,7 @@ detect_arch () { UNZIP="${INSTALLER}/system/xbin/unzip.${BIN_ARCH}" chmod +x "${UNZIP}" - AAPT="${INSTALLER}/system/xbin/aapt.${BIN_ARCH}" + AAPT="${INSTALLER}/aapt.${BIN_ARCH}" chmod +x "${AAPT}" case ${SDK_VERSION} in