taimen: 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
This commit is contained in:
Kevin F. Haggerty
2021-04-09 08:18:37 -06:00
committed by Asriadi Rahim
parent adb8185ac9
commit 9f9368a1aa

View File

@@ -30,7 +30,7 @@ TARGET_SHIPS_FIRMWARE := true
# Inherit device configuration
$(call inherit-product, device/google/taimen/device.mk)
$(call inherit-product-if-exists, vendor/google/taimen/taimen-vendor.mk)
$(call inherit-product, vendor/google/taimen/taimen-vendor.mk)
$(call inherit-product-if-exists, vendor/google_devices/taimen/proprietary/device-vendor.mk)
PRODUCT_PACKAGES += \