matissewifi: 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 matteo0026
parent 9df6d9c53f
commit b61a413fe7
2 changed files with 5 additions and 5 deletions

View File

@ -19,14 +19,14 @@ include device/samsung/matisse-common/BoardConfigCommon.mk
# Assert
TARGET_OTA_ASSERT_DEVICE := matisse,matissewifi,matissewifiue
# Kernel
TARGET_KERNEL_CONFIG := lineage_matissewifi_defconfig
# HIDL
DEVICE_MANIFEST_FILE += device/samsung/matissewifi/manifest.xml
# Kernel
TARGET_KERNEL_CONFIG := lineage_matissewifi_defconfig
# SELinux
include device/samsung/matissewifi/sepolicy/sepolicy.mk
# inherit from the proprietary version
-include vendor/samsung/matissewifi/BoardConfigVendor.mk
include vendor/samsung/matissewifi/BoardConfigVendor.mk

View File

@ -33,7 +33,7 @@ PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Get non-open-source specific aspects
$(call inherit-product-if-exists, vendor/samsung/matissewifi/matissewifi-vendor.mk)
$(call inherit-product, vendor/samsung/matissewifi/matissewifi-vendor.mk)
# common matisse
$(call inherit-product, device/samsung/matisse-common/matisse.mk)