From 90a2a607e6f83cf88c6288301dd86a283777263f Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Tue, 18 Apr 2017 09:22:49 +0200 Subject: [PATCH] dre: 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 --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index c29637f..b2477c5 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -234,4 +234,4 @@ WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true WPA_SUPPLICANT_VERSION := VER_0_8_X # Include the proprietary files BoardConfig. --include vendor/oneplus/dre/BoardConfigVendor.mk +include vendor/oneplus/dre/BoardConfigVendor.mk