mondrianwifi: 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:
nyyu 2021-08-25 15:50:10 +02:00
parent 54dd274635
commit 87aa83a89d
2 changed files with 2 additions and 2 deletions

View File

@ -206,4 +206,4 @@ WPA_SUPPLICANT_VERSION := VER_0_8_X
WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
# inherit from the proprietary version
-include vendor/samsung/mondrianwifi/BoardConfigVendor.mk
include vendor/samsung/mondrianwifi/BoardConfigVendor.mk

View File

@ -18,7 +18,7 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# Get non-open-source specific aspects
$(call inherit-product-if-exists, vendor/samsung/mondrianwifi/mondrianwifi-vendor.mk)
$(call inherit-product, vendor/samsung/mondrianwifi/mondrianwifi-vendor.mk)
# We are a tablet, not a phone
PRODUCT_CHARACTERISTICS := tablet