aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Haggerty <haggertk@lineageos.org>2021-04-09 08:18:37 -0600
committerNolen Johnson <johnsonnolen@gmail.com>2021-04-12 14:32:41 -0400
commitd77197ea30a13c0d8e1cf33b8aa79a7cc980a3c7 (patch)
tree561cfd7fffa039367a4924f569e2449881e51274
parentb1e610e486bddaa5ec54b4de9624cc760e50ea61 (diff)
evert: Don't let builds complete without vendor tree
* There is zero reason to ever build without blobs. We've even seen this situation with official builds from our servers. It's always better for a build to fail than it is for it to produce something that has no chance at working. Change-Id: I4968795670c91f691e9ecdc0e4af62e16ba3a93a
-rw-r--r--device.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.mk b/device.mk
index be60e02..f3162d4 100644
--- a/device.mk
+++ b/device.mk
@@ -15,7 +15,7 @@
#
# Vendor blobs
-$(call inherit-product-if-exists, vendor/motorola/evert/evert-vendor.mk)
+$(call inherit-product, vendor/motorola/evert/evert-vendor.mk)
# Properties
-include $(LOCAL_PATH)/vendor_prop.mk