From 4eb12d4c46277c080694055643c9d6f962d4149b Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 7 Aug 2022 19:14:21 -0400 Subject: [PATCH] berlin: Force inclusion of vendor board configuration --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 95b17f0..7ee1205 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -62,4 +62,4 @@ TARGET_RECOVERY_UI_MARGIN_HEIGHT := 90 VENDOR_SECURITY_PATCH := 2022-07-01 # inherit from the proprietary version --include vendor/motorola/berlin/BoardConfigVendor.mk +include vendor/motorola/berlin/BoardConfigVendor.mk