From 10e1373b3eeb9c0ae6a0aa7f5b90e80176161fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Rudecki?= Date: Sat, 7 Sep 2024 21:20:09 +0000 Subject: [PATCH] sm8450-common: Time for tequila! --- BoardConfigCommon.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6e70bbf..5ea78dd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -111,7 +111,7 @@ BOARD_VENDOR_RAMDISK_FRAGMENT.dlkm.KERNEL_MODULE_DIRS := top BOARD_KERNEL_CMDLINE := \ video=vfb:640x400,bpp=32,memsize=3072000 \ disable_dma32=on \ - mtdoops.fingerprint=$(LINEAGE_VERSION) + mtdoops.fingerprint=$(TEQUILA_VERSION) BOARD_BOOTCONFIG := \ androidboot.hardware=qcom \ androidboot.memcg=1 \ @@ -183,7 +183,7 @@ TARGET_COPY_OUT_SYSTEM_EXT := system_ext TARGET_COPY_OUT_VENDOR := vendor TARGET_COPY_OUT_VENDOR_DLKM := vendor_dlkm --include vendor/lineage/config/BoardConfigReservedSize.mk +-include vendor/tequila/config/BoardConfigReservedSize.mk # Platform BOARD_USES_QCOM_HARDWARE := true @@ -243,7 +243,7 @@ endif DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \ hardware/xiaomi/vintf/xiaomi_framework_compatibility_matrix.xml \ - vendor/lineage/config/device_framework_matrix.xml + vendor/tequila/config/device_framework_matrix.xml DEVICE_FRAMEWORK_MANIFEST_FILE += $(COMMON_PATH)/vintf/framework_manifest.xml