mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-18 10:12:51 +00:00
24 lines
565 B
Makefile
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
|