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
1bc6a1de56
commit
fb953b6fee
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue