Alexander Koskovich 5dc376b65b lemonadep: Switch to SPDX license identifiers
* Might as well be consistent.

Change-Id: Ia95b2f164a98afc3aa05099a9e704ec110e6d7f7
2022-05-29 20:26:44 +02:00

24 lines
565 B
Makefile

#
# Copyright (C) 2021-2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from oneplus sm8350-common
include device/oneplus/sm8350-common/BoardConfigCommon.mk
DEVICE_PATH := device/oneplus/lemonadep
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Recovery
TARGET_RECOVERY_DENSITY := xxhdpi
TARGET_RECOVERY_UI_MARGIN_HEIGHT := 126
# inherit from the proprietary version
include vendor/oneplus/lemonadep/BoardConfigVendor.mk