deb: 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 followmsi
parent c05de566d0
commit 9b7d17b388
2 changed files with 2 additions and 2 deletions

View File

@ -30,5 +30,5 @@ TARGET_RECOVERY_FSTAB = device/asus/deb/rootdir/etc/fstab.deb
BOARD_VENDOR_SEPOLICY_DIRS += device/asus/deb/sepolicy
-include vendor/asus/deb/BoardConfigVendor.mk
include vendor/asus/deb/BoardConfigVendor.mk
include device/asus/flo/BoardConfigCommon.mk

View File

@ -38,7 +38,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
$(call inherit-product, device/asus/flo/device-common.mk)
# inherit from the non-open-source side, if present
$(call inherit-product-if-exists, vendor/asus/deb/deb-vendor.mk)
$(call inherit-product, vendor/asus/deb/deb-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += \
device/asus/deb/overlay