Update device/kernel paths for tart codename rename
This commit is contained in:
parent
b7fe88c4b0
commit
f08f38c5e4
7 changed files with 10 additions and 10 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
DEVICE_PATH := device/rockchip/orangepi5ultra
|
DEVICE_PATH := device/rockchip/tart
|
||||||
|
|
||||||
|
|
||||||
TARGET_ARCH := arm64
|
TARGET_ARCH := arm64
|
||||||
|
|
@ -68,7 +68,7 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||||
TARGET_NO_RECOVERY := true
|
TARGET_NO_RECOVERY := true
|
||||||
|
|
||||||
# SELinux
|
# SELinux
|
||||||
BOARD_SEPOLICY_DIRS += device/rockchip/orangepi5ultra/sepolicy
|
BOARD_SEPOLICY_DIRS += device/rockchip/tart/sepolicy
|
||||||
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
|
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
|
||||||
|
|
||||||
# Treble
|
# Treble
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
$(call inherit-product, device/rockchip/orangepi5ultra/device.mk)
|
$(call inherit-product, device/rockchip/tart/device.mk)
|
||||||
|
|
||||||
PRODUCT_NAME := aosp_tart
|
PRODUCT_NAME := aosp_tart
|
||||||
PRODUCT_DEVICE := tart
|
PRODUCT_DEVICE := tart
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
DEVICE_PATH := device/rockchip/orangepi5ultra
|
DEVICE_PATH := device/rockchip/tart
|
||||||
PRODUCT_SOONG_NAMESPACES += $(DEVICE_PATH)
|
PRODUCT_SOONG_NAMESPACES += $(DEVICE_PATH)
|
||||||
|
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Inherit device configuration
|
# Inherit device configuration
|
||||||
$(call inherit-product, device/rockchip/orangepi5ultra/aosp_tart.mk)
|
$(call inherit-product, device/rockchip/tart/aosp_tart.mk)
|
||||||
|
|
||||||
PRODUCT_AAPT_PREF_CONFIG := tvdpi
|
PRODUCT_AAPT_PREF_CONFIG := tvdpi
|
||||||
PRODUCT_CHARACTERISTICS := tv
|
PRODUCT_CHARACTERISTICS := tv
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
DEVICE_PATH := device/rockchip/orangepi5ultra
|
DEVICE_PATH := device/rockchip/tart
|
||||||
KERNEL_PATH := device/rockchip/orangepi5ultra-kernel
|
KERNEL_PATH := device/rockchip/tart-kernel
|
||||||
|
|
||||||
INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
|
INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img
|
||||||
|
|
||||||
|
|
|
||||||
2
mkimg.sh
2
mkimg.sh
|
|
@ -27,7 +27,7 @@ for PARTITION in "boot" "system" "vendor"; do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
UBOOT_BIN=device/rockchip/orangepi5ultra-kernel/u-boot-rockchip.bin
|
UBOOT_BIN=device/rockchip/tart-kernel/u-boot-rockchip.bin
|
||||||
|
|
||||||
if [ ! -f ${UBOOT_BIN} ]; then
|
if [ ! -f ${UBOOT_BIN} ]; then
|
||||||
exit_with_error "Missing u-boot-rockchip.bin! Make sure it's built and placed at ${UBOOT_BIN}"
|
exit_with_error "Missing u-boot-rockchip.bin! Make sure it's built and placed at ${UBOOT_BIN}"
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
DEVICE_PATH=device/rockchip/orangepi5ultra
|
DEVICE_PATH=device/rockchip/tart
|
||||||
KERNEL_PATH=device/rockchip/orangepi5ultra-kernel
|
KERNEL_PATH=device/rockchip/tart-kernel
|
||||||
|
|
||||||
# Helper: print error and cleanup
|
# Helper: print error and cleanup
|
||||||
exit_with_error() {
|
exit_with_error() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue