Files
device_xiaomi_raphael/BoardConfig.mk
Sebastiano Barezzi 1fb3a771c4 raphael: Initial libinit for regional variants
Change-Id: Ica795909dfda11fe63bf386551e2e76a8386c1f3
2022-06-21 13:40:51 +02:00

27 lines
588 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
# 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/raphael_defconfig
# Inherit from the proprietary version
include vendor/xiaomi/raphael/BoardConfigVendor.mk