Files
device_xiaomi_raphael/BoardConfig.mk
Aaron Kling c4f62843d7 raphael: Re-enable broken dup rules check
All failures of this have been resolved

Change-Id: I56a923ac90b98e63c093c8cb65cb1059dde57c49
2024-12-27 00:07:09 +01:00

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