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>
13 lines
303 B
Makefile
13 lines
303 B
Makefile
#
|
|
# 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
|