From b4241b8d3b1c0b22e297888e2e11056cfc5d1cdf Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Wed, 28 May 2025 17:51:45 +0530 Subject: [PATCH] Update google vendor apps list that needs to be removed --- remove/Android.mk | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/remove/Android.mk b/remove/Android.mk index 762b79c..06d6ced 100644 --- a/remove/Android.mk +++ b/remove/Android.mk @@ -17,13 +17,22 @@ HOTWORD_PACKAGES := HotwordEnrollmentOKGoogleWCD9340 HotwordEnrollmentXGoogleWCD DEVICE_PERSONALIZATION_PACKAGES := DevicePersonalizationPrebuiltPixel2 DevicePersonalizationPrebuiltPixel3 \ DevicePersonalizationPrebuiltPixel4 DevicePersonalizationPrebuiltPixel2020 \ DevicePersonalizationPrebuiltPixel2021 DevicePersonalizationPrebuiltPixel2022 \ - DevicePersonalizationPrebuiltPixelTablet2023-v.U.14.playstore + DevicePersonalizationPrebuiltPixelTablet2023-v.U.14.playstore \ + DevicePersonalizationPrebuiltPixelTablet2023-U.32_V.7_playstore_aiai_20240725.00_RC08 \ + DevicePersonalizationPrebuiltPixel2021-U.32_V.7_playstore_aiai_20240725.00_RC08 \ + DevicePersonalizationPrebuiltPixel2022-U.32_V.7_playstore_aiai_20240725.00_RC08 \ + DevicePersonalizationPrebuiltPixel2023-U.32_V.7_playstore_aiai_20240725.00_RC08 \ + DevicePersonalizationPrebuiltPixel2024-U.32_V.7_playstore_aiai_20240725.00_RC08 + +DEVICE_NETWORK_PACKAGES := DeviceIntelligenceNetworkPrebuilt \ + DeviceIntelligenceNetworkPrebuilt-U.32_V.7_playstore_astrea_20240725.00_RC01 + include $(CLEAR_VARS) LOCAL_MODULE := RemoveProprietaryApps LOCAL_MODULE_TAGS := optional LOCAL_MODULE_CLASS := APPS -LOCAL_OVERRIDES_PACKAGES := DeviceIntelligenceNetworkPrebuilt AmbientSensePrebuilt \ +LOCAL_OVERRIDES_PACKAGES := $(DEVICE_NETWORK_PACKAGES) AmbientSensePrebuilt \ $(DEVICE_PERSONALIZATION_PACKAGES) $(HOTWORD_PACKAGES) LOCAL_UNINSTALLABLE_MODULE := true LOCAL_SRC_FILES := /dev/null -- GitLab