From 3f5cdf5f30259e15353b501d52b6076bf86c26b0 Mon Sep 17 00:00:00 2001 From: oxmc Date: Mon, 18 Aug 2025 15:33:24 -0700 Subject: [PATCH] Update pawlet_rpi4.mk --- pawlet_rpi4.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pawlet_rpi4.mk b/pawlet_rpi4.mk index ebfac1a..851a845 100644 --- a/pawlet_rpi4.mk +++ b/pawlet_rpi4.mk @@ -1,5 +1,6 @@ # # Copyright (C) 2021-2023 KonstaKANG +# Copyright (C) 2025 oxmc # # SPDX-License-Identifier: Apache-2.0 # @@ -7,6 +8,10 @@ # Inherit from the base Raspberry Pi 4 product $(call inherit-product, device/brcm/rpi4/aosp_rpi4.mk) +# Include remove_packages.mk +$(call inherit-product, device/pawlet/rpi/remove_packages.mk) + +# Configs PRODUCT_AAPT_CONFIG := normal mdpi hdpi PRODUCT_AAPT_PREF_CONFIG := hdpi PRODUCT_CHARACTERISTICS := tablet,nosdcard