Update pawlet_rpi4.mk

This commit is contained in:
2025-09-03 08:53:47 -07:00
parent 8ad1a44c9a
commit 0b29ced39c

View File

@@ -12,11 +12,11 @@ PRODUCT_AAPT_CONFIG := normal mdpi hdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi PRODUCT_AAPT_PREF_CONFIG := hdpi
PRODUCT_CHARACTERISTICS := tablet,nosdcard PRODUCT_CHARACTERISTICS := tablet,nosdcard
# RPI specifics # RPI specifics (base config)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
$(call enforce-product-packages-exist,com.android.ranging) $(call enforce-product-packages-exist,com.android.ranging)
# Overlays # Overlays (Mostly RaspberryVanilla)
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
AndroidRpiOverlay \ AndroidRpiOverlay \
BluetoothRpiOverlay \ BluetoothRpiOverlay \
@@ -29,10 +29,6 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/tablet_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/tablet_core_hardware.xml frameworks/native/data/etc/tablet_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/tablet_core_hardware.xml
# Lawnchair integration
$(call inherit-product-if-exists, vendor/lawnchair/lawnchair.mk)
PRODUCT_PACKAGES += Lawnchair
# PawletOS Framework Components # PawletOS Framework Components
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
pawlet-framework-res-overlay \ pawlet-framework-res-overlay \
@@ -43,6 +39,12 @@ PRODUCT_SYSTEM_PROPERTIES += \
ro.pawlet.version=1.0 \ ro.pawlet.version=1.0 \
ro.oxmc.os_name=PawletOS ro.oxmc.os_name=PawletOS
# Include fonts
$(call inherit-product, vendor/pawlet/fonts/fonts.mk)
# Include media
#$(call inherit-product, vendor/pawlet/media/media.mk)
# Config Provisioner App and config # Config Provisioner App and config
#PRODUCT_PACKAGES += \ #PRODUCT_PACKAGES += \
# ConfigProvisioner # ConfigProvisioner