Initial MinusOS Balsam

Signed-off-by: SkyMinus <minus_rav@qq.com>
This commit is contained in:
SkyMinus
2025-06-30 17:04:17 +08:00
parent 230d1dca1c
commit 821a9ddc31
279 changed files with 199 additions and 21420 deletions

View File

@@ -1,89 +1,9 @@
# Inherit common mobile Lineage stuff
$(call inherit-product, vendor/lineage/config/common.mk)
# Inherit common mobile MinusOS stuff
$(call inherit-product, vendor/minus/config/common.mk)
# Include AOSP audio files
$(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage14.mk)
include vendor/lineage/config/aosp_audio.mk
# Include Lineage audio files
include vendor/lineage/config/lineage_audio.mk
# Default notification/alarm sounds
PRODUCT_PRODUCT_PROPERTIES += \
ro.config.notification_sound=Argon.ogg \
ro.config.alarm_alert=Hassium.ogg
# Apps
PRODUCT_PACKAGES += \
AvatarPicker \
Backgrounds \
Glimpse \
LatinIME
ifeq ($(PRODUCT_TYPE), go)
PRODUCT_PACKAGES += \
Launcher3QuickStepGo
PRODUCT_DEXPREOPT_SPEED_APPS += \
Launcher3QuickStepGo
else
PRODUCT_PACKAGES += \
Launcher3QuickStep
PRODUCT_DEXPREOPT_SPEED_APPS += \
Launcher3QuickStep
endif
PRODUCT_PACKAGES += \
Launcher3Overlay
# Charger
PRODUCT_PACKAGES += \
charger_res_images
ifneq ($(WITH_LINEAGE_CHARGER),false)
PRODUCT_PACKAGES += \
lineage_charger_animation \
lineage_charger_animation_vendor
endif
# Customizations
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
# Legal
PRODUCT_SYSTEM_PROPERTIES += \
ro.lineagelegal.url=https://lineageos.org/legal
include vendor/minus/config/aosp_audio.mk
# Media
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
@@ -108,6 +28,9 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
# Themes
PRODUCT_PACKAGES += \
LineageBlackTheme \
ThemePicker \
ThemesStub
# WallpaperPicker
PRODUCT_PACKAGES += \
WallpaperPicker2