From ded0aea600f4be5cd7c0ad564b5d60a8522f5562 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Tue, 18 Apr 2017 09:22:49 +0200 Subject: [PATCH] lemonadep: 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 c40f2cb..a03aa73 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -29,4 +29,4 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop TARGET_RECOVERY_DENSITY := xxhdpi # inherit from the proprietary version --include vendor/oneplus/lemonadep/BoardConfigVendor.mk +include vendor/oneplus/lemonadep/BoardConfigVendor.mk