LG8n: Change path to mt6789-common

Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
Shirayuki39 2024-09-04 23:54:45 +08:00
parent 27796b83eb
commit 4cf1a3e2ab
4 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@
#
# Include the common OEM chipset BoardConfig.
include device/tecno/pova4series-common/BoardConfigCommon.mk
include device/tecno/mt6789-common/BoardConfigCommon.mk
# Bootloader
TARGET_BOOTLOADER_BOARD_NAME := lg8n

View file

@ -37,7 +37,7 @@ PRODUCT_PACKAGES += \
android.hardware.vibrator-service.transsion
# Inherit from the common OEM chipset makefile.
$(call inherit-product, device/tecno/pova4series-common/common.mk)
$(call inherit-product, device/tecno/mt6789-common/common.mk)
# Inherit the proprietary files
$(call inherit-product, vendor/tecno/LG8n/LG8n-vendor.mk)

View file

@ -15,7 +15,7 @@ fi
set -e
export DEVICE=LG8n
export DEVICE_COMMON=pova4series-common
export DEVICE_COMMON=mt6789-common
export VENDOR=tecno
export VENDOR_COMMON=tecno

View file

@ -7,15 +7,15 @@
},
{
"remote" : "github",
"repository" : "Anything-at-25-00/android_vendor_tecno_pova4series-common",
"repository" : "Anything-at-25-00/android_vendor_tecno_mt6789-common",
"branch" : "fourteen",
"target_path" : "vendor/tecno/pova4series-common"
"target_path" : "vendor/tecno/mt6789-common"
},
{
"remote" : "github",
"repository" : "Anything-at-25-00/android_device_tecno_pova4series-common",
"repository" : "Anything-at-25-00/android_device_tecno_mt6789-common",
"branch" : "fourteen",
"target_path" : "device/tecno/pova4series-common"
"target_path" : "device/tecno/mt6789-common"
},
{
"remote" : "github",