Add aosp_tart.mk following oriole pattern
Create aosp_tart.mk as the AOSP base product config (like aosp_oriole.mk), inherited by lineage_tart.mk (like lineage_oriole.mk). This matches the standard LineageOS device tree convention. Copyright (C) 2026 Brendan Szymanski <hello@bscubed.dev>
This commit is contained in:
parent
cb68fb7b21
commit
b7fe88c4b0
2 changed files with 17 additions and 5 deletions
13
aosp_tart.mk
Normal file
13
aosp_tart.mk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# Copyright (C) 2026 Brendan Szymanski <hello@bscubed.dev>
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
$(call inherit-product, device/rockchip/orangepi5ultra/device.mk)
|
||||
|
||||
PRODUCT_NAME := aosp_tart
|
||||
PRODUCT_DEVICE := tart
|
||||
PRODUCT_BRAND := Orange
|
||||
PRODUCT_MODEL := Pi 5 Ultra
|
||||
PRODUCT_MANUFACTURER := Orange
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
#
|
||||
|
||||
# Inherit device configuration
|
||||
$(call inherit-product, device/rockchip/orangepi5ultra/device.mk)
|
||||
$(call inherit-product, device/rockchip/orangepi5ultra/aosp_tart.mk)
|
||||
|
||||
PRODUCT_AAPT_PREF_CONFIG := tvdpi
|
||||
PRODUCT_CHARACTERISTICS := tv
|
||||
|
|
@ -39,9 +39,8 @@ PRODUCT_PACKAGES += \
|
|||
SettingsProviderTvOpiOverlay \
|
||||
WifiOpiOverlay
|
||||
|
||||
# Device identifier. This must come after all inclusions.
|
||||
PRODUCT_DEVICE := tart
|
||||
PRODUCT_NAME := lineage_tart
|
||||
# Device identifier. This must come after all inclusions
|
||||
PRODUCT_BRAND := Orange
|
||||
PRODUCT_MODEL := Pi 5 Ultra
|
||||
PRODUCT_MANUFACTURER := Orange
|
||||
PRODUCT_NAME := lineage_tart
|
||||
PRODUCT_DEVICE := tart
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue