mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_apollo
synced 2026-02-01 06:04:56 +00:00
due to conflicts with amazon_apollo this device will be called apollon from now on Change-Id: Iaf608cacca1ea8868e545bd85884ffbf4587e5cd
25 lines
526 B
Makefile
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
|