mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-09 19:10:30 +00:00
fix CommonInstaller
This commit is contained in:
parent
585dc34932
commit
97290f09a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user