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