Files
device_xiaomi_apollo/BoardConfig.mk
Ramii Ahmed eb43dafe4f apollon: Initiate rebrand
due to conflicts with amazon_apollo this device will be called apollon from now on

Change-Id: Iaf608cacca1ea8868e545bd85884ffbf4587e5cd
2021-06-19 23:23:56 +02:00

25 lines
526 B
Makefile

#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
DEVICE_PATH := device/xiaomi/apollon
# Inherit from sm8250-common
include device/xiaomi/sm8250-common/BoardConfigCommon.mk
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include
BUILD_BROKEN_DUP_RULES := true
# Display
TARGET_SCREEN_DENSITY := 440
# Kernel
TARGET_KERNEL_CONFIG := vendor/apollo_defconfig
# Inherit from the proprietary version
include vendor/xiaomi/apollon/BoardConfigVendor.mk