From 236e3e47bcdbd0817a5f85a4ddb2ea581978af59 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 22 Apr 2018 20:31:25 +0200 Subject: [PATCH] fixup CommonInstaller GApps removal --- CommonInstaller | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CommonInstaller b/CommonInstaller index 4e3b2e7..222c6e6 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -270,10 +270,7 @@ backup_nlpconflicts () { fi fi - if [ "${ROM_NO_XBIN}" -eq 1 ]; then - ${MODPATH}/system/bin/nanodroid-overlay --add ${app} - else ${MODPATH}/system/xbin/nanodroid-overlay --add ${app} - fi + ${INSTALLER}/system/xbin/nanodroid-overlay --add ${app} done }