From 92ccf715724601b67b17b67ff65ccc81622aadc7 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Tue, 18 Apr 2017 09:22:49 +0200 Subject: [PATCH] sm8250-common: Enforce vendor tree presence A compiled build has no chance of booting without the prebuilt binaries, so fail the build if those are not present. Change-Id: I8124a5f92a75490ce48422b9d760764733efe37e --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 75dd90a..444177f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -214,4 +214,4 @@ WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true WPA_SUPPLICANT_VERSION := VER_0_8_X # Inherit from the proprietary version --include vendor/oneplus/sm8250-common/BoardConfigVendor.mk +include vendor/oneplus/sm8250-common/BoardConfigVendor.mk