From af4ecc41d6ada49f3bb689997044bbed79a8949c Mon Sep 17 00:00:00 2001 From: oxmc Date: Wed, 3 Sep 2025 08:55:57 -0700 Subject: [PATCH] Update pawlet_rpi4.mk --- pawlet_rpi4.mk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pawlet_rpi4.mk b/pawlet_rpi4.mk index 7a7ec86..d0bec91 100644 --- a/pawlet_rpi4.mk +++ b/pawlet_rpi4.mk @@ -62,6 +62,14 @@ BOARD_SEPOLICY_DIRS += \ # LineageSetupWizard \ # privapp_whitelist_org.lineageos.setupwizard +# Lawnchair integration +$(call inherit-product-if-exists, vendor/lawnchair/lawnchair.mk) +PRODUCT_PACKAGES += Lawnchair + +# FlorisBoard integration +#$(call inherit-product-if-exists, vendor/floris/florisboard.mk) +#PRODUCT_PACKAGES += Florisboard + # Remove unwanted packages $(call inherit-product, device/pawlet/rpi/remove_packages.mk)