Files
device_samsung_a71/BoardConfig.mk
Haky86 ddfb7d08b4 a71: Initial commit
Change-Id: Icea581844f6e1c5652ab3a984ccccda4b7103517
2024-07-30 11:58:03 +02:00

28 lines
544 B
Makefile

#
# Copyright (C) 2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
-include device/samsung/a71-common/BoardConfigCommon.mk
DEVICE_PATH := device/samsung/a71
# Assert
TARGET_OTA_ASSERT_DEVICE := a71
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
# Board
TARGET_BOARD_NAME := SRPSF18B010
# Kernel
TARGET_KERNEL_CONFIG := a71_defconfig
# Security Patch Level
VENDOR_SECURITY_PATCH := 2024-02-01
# Get non-open-source specific aspects
include vendor/samsung/a71/BoardConfigVendor.mk