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
This commit is contained in:
Christopher N. Hesse
2017-04-18 09:22:49 +02:00
committed by Michael Bestas
parent 4be1efad71
commit ded0aea600

View File

@@ -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