From 2541ef09181610c717cfef9e655b0bb32d53e6c3 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Tue, 9 Nov 2021 17:45:48 -0500 Subject: [PATCH] google_pixel: Override SetupWizard with PixelSetupWizard * Builds as filled with GMS as mine don't need anything from the Lineage SUW, and something about the way flow control works prevents these two from playing nicely without falling back to the old standard GMS style flow. We can revert this later if we fix Lineage SUW integrations with the newer Pixel style flow. Change-Id: Idb8edf89f3845c75541f6cd02d10e6c22a904180 --- apps/Android.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/Android.mk b/apps/Android.mk index b53f333..c21c311 100644 --- a/apps/Android.mk +++ b/apps/Android.mk @@ -133,6 +133,7 @@ LOCAL_PRIVILEGED_MODULE := true LOCAL_SRC_FILES := apks/$(LOCAL_MODULE).apk LOCAL_MODULE_TARGET_ARCH := $(my_src_arch) LOCAL_SYSTEM_EXT_MODULE := true +LOCAL_OVERRIDES_PACKAGES := LineageSetupWizard LOCAL_OPTIONAL_USES_LIBRARIES := org.apache.http.legacy include $(BUILD_PREBUILT)