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)