troika: Don't let builds complete without vendor tree
authorKevin F. Haggerty <haggertk@lineageos.org>
Fri, 9 Apr 2021 14:18:37 +0000 (08:18 -0600)
committerJan Altensen <info@stricted.net>
Fri, 7 May 2021 09:59:49 +0000 (11:59 +0200)
* 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

BoardConfig.mk
device.mk

index 3443e3e0befc711a7e34334d78e466df5d6b7b89..c5d78035329a935c6b1ca44b6f9a7af0c4a24e46 100644 (file)
@@ -28,4 +28,4 @@ TARGET_KERNEL_CONFIG := troika_defconfig
 TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
 
 # inherit from the proprietary version
--include vendor/motorola/troika/BoardConfigVendor.mk
+include vendor/motorola/troika/BoardConfigVendor.mk
index 6c9f91caeb635a624db0f756adbdc489c58d9b3b..b94db3b87c8c67b05bb2e1bec7c2ff615b1d2b2f 100644 (file)
--- a/device.mk
+++ b/device.mk
@@ -17,4 +17,4 @@
 # Inherit from common
 $(call inherit-product, device/motorola/exynos9610-common/common.mk)
 
-$(call inherit-product-if-exists, vendor/motorola/troika/troika-vendor.mk)
+$(call inherit-product, vendor/motorola/troika/troika-vendor.mk)