2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-02 03:40:13 +00:00

update build-package

This commit is contained in:
Christopher Roy Bratusek 2018-11-22 20:36:10 +01:00
parent 8f0f24415c
commit e62fbae9e8

View File

@ -12,7 +12,8 @@ create_microg_package() {
zip_add "system/app/${app}/" zip_add "system/app/${app}/"
done done
for app in DroidGuard FakeStore GmsCore Phonesky GsfProxy YalpStore; do for app in DroidGuard FakeStore GmsCore_Official GmsCore_NanoDroid \
Phonesky GsfProxy YalpStore; do
zip_add "system/priv-app/${app}/" zip_add "system/priv-app/${app}/"
done done