From 75be96c8e757483db3defed55e0abfcb7c62b4b1 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Thu, 11 Sep 2025 06:53:43 -0700 Subject: [PATCH] new features --- pawlet_rpi4.mk | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/pawlet_rpi4.mk b/pawlet_rpi4.mk index b172d05..9381a7a 100644 --- a/pawlet_rpi4.mk +++ b/pawlet_rpi4.mk @@ -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)