| $(call inherit-product, device/linaro/dragonboard/full.mk) |
| $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) |
| $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) |
| $(call inherit-product, device/linaro/dragonboard/shared/graphics/drm_hwcomposer/device.mk) |
| $(call inherit-product, device/linaro/dragonboard/shared/graphics/mesa/device.mk) |
| $(call inherit-product, device/linaro/dragonboard/shared/graphics/minigbm_msm/device.mk) |
| $(call inherit-product, device/linaro/dragonboard/db845c/device.mk) |
| |
| #Boot with Android boot image header v3 |
| ifeq ($(TARGET_KERNEL_USE),5.4) |
| TARGET_USES_BOOT_HDR_V3 := true |
| else |
| TARGET_USES_BOOT_HDR_V3 ?= false |
| endif |
| |
| #Boot from mmc-sdcard |
| TARGET_SDCARD_BOOT ?= false |
| |
| #Load kernel modules in parallel |
| ifneq ($(filter 5.15 6.1 6.6, $(TARGET_KERNEL_USE)),) |
| TARGET_USES_LMP ?= false |
| else |
| TARGET_USES_LMP := false |
| endif |
| |
| # Product overrides |
| PRODUCT_NAME := db845c |
| PRODUCT_DEVICE := db845c |
| PRODUCT_BRAND := Android |