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