Files
device_xiaomi_raphael/BoardConfig.mk
Sebastiano Barezzi 17319e9190 raphael: Include raphael config fragment
Change-Id: Ia314e587499ed33da36c195ac45ddc5a99c6cea2
2022-08-21 04:01:05 +02:00

29 lines
624 B
Makefile

#
# Copyright (C) 2021-2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from sm8150-common
include device/xiaomi/sm8150-common/BoardConfigCommon.mk
DEVICE_PATH := device/xiaomi/raphael
BUILD_BROKEN_DUP_RULES := true
# Assert
TARGET_OTA_ASSERT_DEVICE := raphael,raphaelin
# Display
TARGET_SCREEN_DENSITY := 440
# Init
TARGET_INIT_VENDOR_LIB := //$(DEVICE_PATH):init_xiaomi_raphael
TARGET_RECOVERY_DEVICE_MODULES := init_xiaomi_raphael
# Kernel
TARGET_KERNEL_CONFIG += vendor/xiaomi/raphael.config
# Inherit from the proprietary version
include vendor/xiaomi/raphael/BoardConfigVendor.mk