Files
device_oneplus_dumpling/BoardConfig.mk
Bruno Martins ec000f160d dumpling: Define Soong namespaces in the product makefile
This is where it belongs.

Change-Id: Ibea0e8fe5dbc26d8953a9735f0b38cf087805b76
2025-01-16 17:50:33 +01:00

24 lines
592 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/dumpling
# Assertions
TARGET_BOARD_INFO_FILE ?= $(DEVICE_PATH)/board-info.txt
TARGET_OTA_ASSERT_DEVICE := dumpling,OnePlus5T,oneplus5t
# 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/dumpling/BoardConfigVendor.mk