mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-21 13:26:26 -08:00
LG8n: Change path to mt6789-common
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
27796b83eb
commit
4cf1a3e2ab
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue