Sebastiano Barezzi 1652103af9
grus: Commonize HDR and WCG props
Change-Id: I59803f5930e55f7d1c27c8fe017d4358532c5b7a
2022-08-22 03:55:59 +02:00

22 lines
422 B
Makefile

#
# Copyright (C) 2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from sdm710-common
include device/xiaomi/sdm710-common/BoardConfigCommon.mk
DEVICE_PATH := device/xiaomi/grus
BUILD_BROKEN_DUP_RULES := true
# Display
TARGET_SCREEN_DENSITY := 440
# Kernel
TARGET_KERNEL_CONFIG += xiaomi/grus.config
# Inherit from the proprietary version
include vendor/xiaomi/grus/BoardConfigVendor.mk