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 f0afc1c7dd
commit 6ec5d11ae6

View File

@@ -34,7 +34,7 @@ TARGET_SCREEN_WIDTH := 1440
# 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 += \