From 00b3c4399af4be2a2d024be67171e8d7f4b2048a Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Wed, 3 Jun 2020 12:31:07 +0200 Subject: [PATCH] Disable integration for gapps go too, to remove white screen in setup wizard --- overrides/Android.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/overrides/Android.mk b/overrides/Android.mk index d37c361..114c05f 100644 --- a/overrides/Android.mk +++ b/overrides/Android.mk @@ -8,6 +8,24 @@ PACKAGES.$(LOCAL_MODULE).OVERRIDES := \ YouTubeGo \ DuoGo \ Traceur \ + GmsSampleIntegration \ + GmsSampleIntegrationGo \ + GmsSampleIntegrationGo2GB \ + GmsSampleIntegrationGo512M \ + GmsEEAType1Integration \ + GmsEEAType1IntegrationGo \ + GmsEEAType2Integration \ + GmsEEAType2IntegrationGo \ + GmsEEAType3aIntegration \ + GmsEEAType3aIntegrationGo \ + GmsEEAType3bIntegration \ + GmsEEAType3bIntegrationGo \ + GmsEEAType4aIntegration \ + GmsEEAType4aIntegrationGo \ + GmsEEAType4bIntegration \ + GmsEEAType4bIntegrationGo \ + GmsEEAType4cIntegration \ + GmsEEAType4cIntegrationGo LOCAL_MODULE_TAGS := optional LOCAL_MODULE_CLASS := ETC