| # |
| # Copyright (C) 2024 SHIFT GmbH |
| # |
| # SPDX-License-Identifier: Apache-2.0 |
| # |
| |
| # Charger |
| PRODUCT_PACKAGES += \ |
| shiftos_charger_animation \ |
| shiftos_charger_animation_vendor \ |
| |
| # Customizations - Fonts |
| $(call inherit-product-if-exists, external/google-fonts/jetbrains-mono/fonts.mk) |
| $(call inherit-product-if-exists, external/google-fonts/lato/fonts.mk) |
| $(call inherit-product-if-exists, external/google-fonts/open-sans/fonts.mk) |
| $(call inherit-product-if-exists, external/google-fonts/rubik/fonts.mk) |
| |
| PRODUCT_PACKAGES += \ |
| fonts_customization.xml \ |
| FontJetBrainsMonoOverlay \ |
| FontLatoOverlay \ |
| FontOpenSansOverlay \ |
| FontRubikOverlay |
| |
| # Customizations - Icons |
| PRODUCT_PACKAGES += \ |
| IconPackCircularAndroidOverlay \ |
| IconPackCircularLauncherOverlay \ |
| IconPackCircularSettingsOverlay \ |
| IconPackCircularSystemUIOverlay \ |
| IconPackFilledAndroidOverlay \ |
| IconPackFilledLauncherOverlay \ |
| IconPackFilledSettingsOverlay \ |
| IconPackFilledSystemUIOverlay \ |
| IconPackKaiAndroidOverlay \ |
| IconPackKaiLauncherOverlay \ |
| IconPackKaiSettingsOverlay \ |
| IconPackKaiSystemUIOverlay \ |
| IconPackRoundedAndroidOverlay \ |
| IconPackRoundedLauncherOverlay \ |
| IconPackRoundedSettingsOverlay \ |
| IconPackRoundedSystemUIOverlay \ |
| IconPackSamAndroidOverlay \ |
| IconPackSamLauncherOverlay \ |
| IconPackSamSettingsOverlay \ |
| IconPackSamSystemUIOverlay \ |
| IconPackVictorAndroidOverlay \ |
| IconPackVictorLauncherOverlay \ |
| IconPackVictorSettingsOverlay \ |
| IconPackVictorSystemUIOverlay \ |
| IconShapePebbleOverlay \ |
| IconShapeRoundedRectOverlay \ |
| IconShapeSquareOverlay \ |
| IconShapeSquircleOverlay \ |
| IconShapeTaperedRectOverlay \ |
| IconShapeTeardropOverlay \ |
| IconShapeVesselOverlay |
| |
| # F-Droid |
| -include vendor/shiftos/prebuilt/apps/F-Droid/F-Droid.mk |
| PRODUCT_PACKAGES += additional_repos.xml-fdroid |
| |
| # Launcher (SHIFT-Home) |
| PRODUCT_PACKAGES += \ |
| SHIFT-HomeQuickStep |
| |
| PRODUCT_DEXPREOPT_SPEED_APPS += \ |
| SHIFT-HomeQuickStep |
| |
| # Music (Eleven) |
| PRODUCT_PACKAGES += \ |
| Eleven |
| |
| # OTA |
| PRODUCT_PACKAGES += \ |
| SHIFT-OTA |
| |
| # Recorder |
| PRODUCT_PACKAGES += \ |
| Recorder |
| |
| # Support |
| PRODUCT_PACKAGES += \ |
| SHIFT-Support |
| |
| # ThemePicker |
| PRODUCT_PACKAGES += \ |
| ThemePicker |
| |
| DEVICE_PACKAGE_OVERLAYS += \ |
| vendor/shiftos/overlay |