Files
device_xiaomi_raphael/BoardConfig.mk
Sebastiano Barezzi e420194d64 raphael: Update copyright years
Change-Id: Ifac67925c142a70fddab207912dd945b0777e089
2022-06-20 22:15:05 +02:00

23 lines
500 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
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include
# Display
TARGET_SCREEN_DENSITY := 440
# Kernel
TARGET_KERNEL_CONFIG := vendor/raphael_defconfig
# Inherit from the proprietary version
include vendor/xiaomi/raphael/BoardConfigVendor.mk