Files
device_oneplus_cheeseburger/BoardConfig.mk
Bruno Martins c5cc2fa5f9 cheeseburger: Define Soong namespaces in the product makefile
This is where it belongs.

Change-Id: Ibea0e8fe5dbc26d8953a9735f0b38cf087805b76
2025-01-16 17:45:56 +01:00

24 lines
602 B
Makefile

#
# Copyright (C) 2017 The LineageOS Open Source Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from oneplus msm8998-common
include device/oneplus/msm8998-common/BoardConfigCommon.mk
DEVICE_PATH := device/oneplus/cheeseburger
# Assertions
TARGET_BOARD_INFO_FILE ?= $(DEVICE_PATH)/board-info.txt
TARGET_OTA_ASSERT_DEVICE := cheeseburger,OnePlus5,oneplus5
# Properties
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# SELinux
BOARD_VENDOR_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/vendor
# inherit from the proprietary version
include vendor/oneplus/cheeseburger/BoardConfigVendor.mk