From c3b374ae415f094829f4617b8d83b441e80388d9 Mon Sep 17 00:00:00 2001 From: Ray Sollium <120764243+RaySollium99@users.noreply.github.com> Date: Sat, 12 Jul 2025 16:07:50 -0300 Subject: [PATCH] Update BoardConfig.mk --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 9af3088..721423e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -16,3 +16,4 @@ BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth # Inherit common board flags include device/samsung/universal7570-common/BoardConfigCommon.mk +include vendor/samsung/BoardConfigVendor.mk