new features

This commit is contained in:
oxmc
2025-09-11 06:53:43 -07:00
parent ac3a19084d
commit 75be96c8e7

View File

@@ -34,13 +34,9 @@ PRODUCT_PACKAGES += \
ThemePicker \
SettingsIntelligence
# Include fonts and media
$(call inherit-product, vendor/pawlet/overlays/FontsOverlay/fonts.mk)
#$(call inherit-product, vendor/pawlet/overlays/MediaOverlay/media.mk)
# PawletOS Framework Components
#PRODUCT_PACKAGES += \
# pawlet-framework-res-overlay
PRODUCT_PACKAGES += \
fonts-ArticonsSans \
pawlet-framework-res-overlay
# FrameworkAPI properties
#PRODUCT_SYSTEM_PROPERTIES += \
@@ -60,11 +56,12 @@ BOARD_SEPOLICY_DIRS += \
# UI Stuff
PRODUCT_PACKAGES += \
Lawnchair
# Florisboard
Lawnchair \
Florisboard
# VivladiBrowser
PRODUCT_PACKAGES += VivladiBrowser
# Pre-Install apps for the user
PRODUCT_PACKAGES += \
VivladiBrowser
# Remove unwanted packages
$(call inherit-product, device/pawlet/rpi/remove_packages.mk)