From 9896d6196af00e280ca2b08106eec41e616122d5 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Sun, 7 Aug 2022 19:12:25 -0400 Subject: [PATCH] sm7325-common: Enforce vendor board configuration presence * We already do so for blobs, so why not here. Change-Id: Ia6ed0475b1f5360c027b9bcbbd2d6f4330add11c --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6329867..364eae6 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -224,4 +224,4 @@ WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true WPA_SUPPLICANT_VERSION := VER_0_8_X # inherit from the proprietary version --include vendor/motorola/sm7325-common/BoardConfigVendor.mk +include vendor/motorola/sm7325-common/BoardConfigVendor.mk