From 87aa83a89df5270b2d4f0ce75cacfd583bde8ceb Mon Sep 17 00:00:00 2001 From: nyyu Date: Wed, 25 Aug 2021 15:50:10 +0200 Subject: [PATCH] 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 --- BoardConfig.mk | 2 +- device.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index b890178..2da17ca 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -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 diff --git a/device.mk b/device.mk index 54d717d..aacda80 100755 --- a/device.mk +++ b/device.mk @@ -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