From 0781a41c00524747c72ff12f01c7ba922ebec83f Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sun, 24 May 2020 20:12:23 +0200 Subject: [PATCH] Disable GMS demo SetupWizard integration because it is broken It references com.android.setupwizard.FLOW_CHOICE, which is no longer supported by the SetupWizard --- overrides/Android.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/overrides/Android.mk b/overrides/Android.mk index 9585185..e9116d5 100644 --- a/overrides/Android.mk +++ b/overrides/Android.mk @@ -30,6 +30,24 @@ PACKAGES.$(LOCAL_MODULE).OVERRIDES := \ Maps \ Gmail2 \ GoogleContacts \ + 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