23 lines
500 B
Makefile
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
|