From accea8f4971d389ad2ec09db290b43136a945b20 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Fri, 23 Sep 2022 16:58:06 +0200 Subject: [PATCH] config: Drop ThemePicker icon pack overlays * Not used with S+ ThemePicker Change-Id: I7ca2030ea64e588ddaad42464cf15edb1dfe7774 --- config/common_mobile.mk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/common_mobile.mk b/config/common_mobile.mk index 298cf998..42acb953 100644 --- a/config/common_mobile.mk +++ b/config/common_mobile.mk @@ -58,27 +58,22 @@ PRODUCT_PACKAGES += \ IconPackCircularLauncherOverlay \ IconPackCircularSettingsOverlay \ IconPackCircularSystemUIOverlay \ - IconPackCircularThemePickerOverlay \ IconPackFilledAndroidOverlay \ IconPackFilledLauncherOverlay \ IconPackFilledSettingsOverlay \ IconPackFilledSystemUIOverlay \ - IconPackFilledThemePickerOverlay \ IconPackKaiAndroidOverlay \ IconPackKaiLauncherOverlay \ IconPackKaiSettingsOverlay \ IconPackKaiSystemUIOverlay \ - IconPackKaiThemePickerOverlay \ IconPackRoundedAndroidOverlay \ IconPackRoundedLauncherOverlay \ IconPackRoundedSettingsOverlay \ IconPackRoundedSystemUIOverlay \ - IconPackRoundedThemePickerOverlay \ IconPackSamAndroidOverlay \ IconPackSamLauncherOverlay \ IconPackSamSettingsOverlay \ IconPackSamSystemUIOverlay \ - IconPackSamThemePickerOverlay \ IconPackVictorAndroidOverlay \ IconPackVictorLauncherOverlay \ IconPackVictorSettingsOverlay \