Update pawlet_rpi4.mk

This commit is contained in:
2025-08-20 18:36:22 -07:00
parent c44826d2c0
commit cf2a69e7e5

View File

@@ -14,16 +14,10 @@ PRODUCT_CHARACTERISTICS := tablet,nosdcard
# Remove unwanted packages # Remove unwanted packages
$(call inherit-product, device/pawlet/rpi/remove_packages.mk) $(call inherit-product, device/pawlet/rpi/remove_packages.mk)
PRODUCT_PACKAGES -= \
Galaxy4 \ # Any additional packages to remove
HoloSpiralWallpaper \ #PRODUCT_PACKAGES -= \
LiveWallpapers \ # name
LiveWallpapersPicker \
MagicSmokeWallpapers \
NoiseField \
PhaseBeam \
VisualizationWallpapers \
PhotoTable
# Lawnchair integration # Lawnchair integration
$(call inherit-product-if-exists, vendor/lawnchair/lawnchair.mk) $(call inherit-product-if-exists, vendor/lawnchair/lawnchair.mk)
@@ -34,7 +28,7 @@ PRODUCT_PACKAGES += \
FrameworkResDevOxmcOverlay \ FrameworkResDevOxmcOverlay \
pawlet-device-full pawlet-device-full
# SELinux Policy Configuration (now pointing to frameworks/base/pawlet) # SELinux Policy Configuration
BOARD_SEPOLICY_DIRS += \ BOARD_SEPOLICY_DIRS += \
frameworks/base/pawlet/sepolicy frameworks/base/pawlet/sepolicy
@@ -46,8 +40,8 @@ PRODUCT_SYSTEM_PROPERTIES += \
# Device identification # Device identification
PRODUCT_DEVICE := rpi4 PRODUCT_DEVICE := rpi4
PRODUCT_NAME := pawlet_rpi4 PRODUCT_NAME := pawlet_rpi4
PRODUCT_BRAND := PawletOS PRODUCT_BRAND := RaspberryPiFoundation
PRODUCT_MODEL := Raspberry Pi 4 (PawletOS) PRODUCT_MODEL := Pawlet Pi 4
PRODUCT_MANUFACTURER := Raspberry Pi Foundation PRODUCT_MANUFACTURER := Raspberry Pi Foundation
PRODUCT_SYSTEM_BRAND := PawletOS PRODUCT_SYSTEM_BRAND := PawletOS
PRODUCT_SYSTEM_NAME := pawlet_rpi4 PRODUCT_SYSTEM_NAME := pawlet_rpi4