Files
device_xiaomi_raphael/BoardConfig.mk
Sebastiano Barezzi 2e8f89749e raphael: Move to the new libinit implementation
Change-Id: I4207a94ff62f0c515c91e186f0ace348c6db7b1d
2025-11-18 00:56:58 +01:00

26 lines
530 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
# Kernel
TARGET_KERNEL_CONFIG += vendor/xiaomi/raphael.config
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Inherit from the proprietary version
include vendor/xiaomi/raphael/BoardConfigVendor.mk