correct APEX_LD in BOOTMODE

merge-requests/33/head
Christopher Roy Bratusek 4 years ago
parent a316475d0c
commit 4d08354e5d

@ -262,7 +262,7 @@ mount_apex () {
APEX_LD=""
if ${BOOTMODE}; then
APEX_LD=/system/apex/com.android.runtime
APEX_LD=/apex/com.android.runtime
else
APEX_LD=/apex/com.android.runtime

@ -69,7 +69,7 @@ mount_apex_loop () {
# taken from Magisk, with modifications for NanoDroid
mount_apex () {
if ${BOOTMODE}; then
APEX_LD=/system/apex/com.android.runtime
APEX_LD=/apex/com.android.runtime
else
APEX_LD=/apex/com.android.runtime

@ -144,10 +144,8 @@ mount_apex_loop () {
# taken from Magisk, with modifications for NanoDroid
mount_apex () {
APEX_LD=""
if ${BOOTMODE}; then
APEX_LD=/system/apex/com.android.runtime
APEX_LD=/apex/com.android.runtime
else
APEX_LD=/apex/com.android.runtime

Loading…
Cancel
Save