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
* add busybox build by osm0sis (used during installation only)
* fixes possible installation issues with Stock ROMs from TWRP
* remove `GoogleExtServices` from GApps removal list, as it is required for ROMs using `GooglePackageManager`
* Uninstaller
* fix restoring GApps from /system/app in System Mode installations

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

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

Loading…
Cancel
Save