mirror of
https://github.com/S3NEO/android_device_samsung_matissewifi.git
synced 2024-11-06 22:05:47 +00:00
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:
parent
9df6d9c53f
commit
b61a413fe7
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue