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 1bc6a1de56
commit fb953b6fee
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -29,7 +29,7 @@ PRODUCT_PACKAGES += \
android.hardware.ir@1.0-service.samsung
# 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)