1$(call inherit-product, device/linaro/dragonboard/full.mk) 2$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) 3$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) 4$(call inherit-product, device/linaro/dragonboard/shared/graphics/drm_hwcomposer/device.mk) 5$(call inherit-product, device/linaro/dragonboard/shared/graphics/mesa/device.mk) 6$(call inherit-product, device/linaro/dragonboard/shared/graphics/minigbm_msm/device.mk) 7$(call inherit-product, device/linaro/dragonboard/db845c/device.mk) 8 9#Boot with Android boot image header v3 10ifeq ($(TARGET_KERNEL_USE),5.4) 11 TARGET_USES_BOOT_HDR_V3 := true 12else 13 TARGET_USES_BOOT_HDR_V3 ?= false 14endif 15 16#Boot from mmc-sdcard 17TARGET_SDCARD_BOOT ?= false 18 19#Load kernel modules in parallel 20ifneq ($(filter 5.15 6.1 6.6, $(TARGET_KERNEL_USE)),) 21 TARGET_USES_LMP ?= false 22else 23 TARGET_USES_LMP := false 24endif 25 26# Product overrides 27PRODUCT_NAME := db845c 28PRODUCT_DEVICE := db845c 29PRODUCT_BRAND := Android 30