From 97290f09a866752271285258b12311341f030bcf Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Fri, 18 Oct 2019 21:24:08 +0200 Subject: [PATCH] fix CommonInstaller --- CommonInstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonInstaller b/CommonInstaller index 9065915..2af8826 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -281,7 +281,7 @@ mount_partitions () { if [ -n "${APEX_FILE}" ]; then mkdir -p /dev/tmp/apex - unzip "${RUNTIME_APEX}" -d /dev/tmp/apex + unzip "${APEX_FILE}" -d /dev/tmp/apex mkdir -p /apex/com.android.runtime mount -oloop,ro /dev/tmp/apex/apex_payload.img /apex/com.android.runtime