CommonInstaller: remove GoogleExtServices from GApps removal list, as it is required for ROMs using GooglePackageManager

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 7eee0acb6f
commit eaa64ec3f7

@ -9,6 +9,7 @@
* regression from 17.9 * regression from 17.9
* add busybox build by osm0sis (used during installation only) * add busybox build by osm0sis (used during installation only)
* fixes possible installation issues with Stock ROMs from TWRP * fixes possible installation issues with Stock ROMs from TWRP
* remove `GoogleExtServices` from GApps removal list, as it is required for ROMs using `GooglePackageManager`
* Uninstaller * Uninstaller
* fix restoring GApps from /system/app in System Mode installations * fix restoring GApps from /system/app in System Mode installations

@ -18,10 +18,8 @@ GOOGLE_APPS="GoogleFeedback
GoogleLoginService GoogleLoginService
GoogleOneTimeInitializer GoogleOneTimeInitializer
GoogleServicesFramework GoogleServicesFramework
GoogleExtServices
GooglePartnerSetup GooglePartnerSetup
GoogleServicesFramework GoogleServicesFramework
GoogleExtShared
GoogleTTS GoogleTTS
MarkupGoogle MarkupGoogle
MarketUpdater MarketUpdater

@ -8,10 +8,8 @@ GOOGLE_APPS="GoogleFeedback
GoogleLoginService GoogleLoginService
GoogleOneTimeInitializer GoogleOneTimeInitializer
GoogleServicesFramework GoogleServicesFramework
GoogleExtServices
GooglePartnerSetup GooglePartnerSetup
GoogleServicesFramework GoogleServicesFramework
GoogleExtShared
GoogleTTS GoogleTTS
MarkupGoogle MarkupGoogle
MarketUpdater MarketUpdater

Loading…
Cancel
Save