kane: 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:42 +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 e94f4c198366089ffb4866f13ac478cc9fb34ce9..ae8da0c6376d30f7d20bb05bb632ca05a9fd5427 100644 (file)
@@ -28,4 +28,4 @@ TARGET_KERNEL_CONFIG := kane_defconfig
 TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
 
 # inherit from the proprietary version
--include vendor/motorola/kane/BoardConfigVendor.mk
+include vendor/motorola/kane/BoardConfigVendor.mk
index 9f21c2258b89ac97f4770ea53384d39a493f96bf..da7009267b6aed57021c23660630a3a476c8ea85 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/kane/kane-vendor.mk)
+$(call inherit-product, vendor/motorola/kane/kane-vendor.mk)