diff --git a/BoardConfig.mk b/BoardConfig.mk index 7113432..8474293 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -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 diff --git a/device.mk b/device.mk index d90af3e..3b830cc 100644 --- a/device.mk +++ b/device.mk @@ -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) diff --git a/extract-files.sh b/extract-files.sh index a95e095..b6f2c94 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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 diff --git a/lineage.dependencies b/lineage.dependencies index 5704303..892a1fe 100644 --- a/lineage.dependencies +++ b/lineage.dependencies @@ -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",