From f5c509260d29c31f9bd6a09a606e66e89e9ab2f2 Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" <haggertk@lineageos.org> Date: Fri, 9 Apr 2021 08:18:37 -0600 Subject: [PATCH] beckham: 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 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 6a21cea..5e56b4f 100644 --- a/device.mk +++ b/device.mk @@ -15,7 +15,7 @@ # # Vendor blobs -$(call inherit-product-if-exists, vendor/motorola/beckham/beckham-vendor.mk) +$(call inherit-product, vendor/motorola/beckham/beckham-vendor.mk) # Properties -include $(LOCAL_PATH)/vendor_prop.mk -- GitLab