Update pawlet_rpi4.mk

This commit is contained in:
2025-08-18 15:33:24 -07:00
parent 3ec2ebd80b
commit 3f5cdf5f30

View File

@@ -1,5 +1,6 @@
# #
# Copyright (C) 2021-2023 KonstaKANG # Copyright (C) 2021-2023 KonstaKANG
# Copyright (C) 2025 oxmc
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
@@ -7,6 +8,10 @@
# Inherit from the base Raspberry Pi 4 product # Inherit from the base Raspberry Pi 4 product
$(call inherit-product, device/brcm/rpi4/aosp_rpi4.mk) $(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_CONFIG := normal mdpi hdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi PRODUCT_AAPT_PREF_CONFIG := hdpi
PRODUCT_CHARACTERISTICS := tablet,nosdcard PRODUCT_CHARACTERISTICS := tablet,nosdcard