Amit Pundir | b2534ba | 2023-09-12 19:16:36 +0530 | [diff] [blame] | 1 | $(call inherit-product, device/linaro/dragonboard/full.mk) |
Amit Pundir | ab68f0e | 2023-10-12 11:47:50 +0530 | [diff] [blame] | 2 | $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk) |
| 3 | $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) |
Amit Pundir | b2534ba | 2023-09-12 19:16:36 +0530 | [diff] [blame] | 4 | $(call inherit-product, device/linaro/dragonboard/shared/graphics/drm_hwcomposer/device.mk) |
| 5 | $(call inherit-product, device/linaro/dragonboard/shared/graphics/minigbm_msm/device.mk) |
| 6 | $(call inherit-product, device/linaro/dragonboard/shared/graphics/swangle/device.mk) |
| 7 | $(call inherit-product, device/linaro/dragonboard/linaro_swr/device.mk) |
| 8 | |
| 9 | # Target is using software rendering |
| 10 | TARGET_USES_SWR := true |
| 11 | |
| 12 | # Product overrides |
| 13 | PRODUCT_NAME := linaro_swr |
| 14 | PRODUCT_DEVICE := linaro_swr |
| 15 | PRODUCT_BRAND := Android |