mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: 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
c05de566d0
commit
9b7d17b388
2 changed files with 2 additions and 2 deletions
|
@ -30,5 +30,5 @@ TARGET_RECOVERY_FSTAB = device/asus/deb/rootdir/etc/fstab.deb
|
|||
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += device/asus/deb/sepolicy
|
||||
|
||||
-include vendor/asus/deb/BoardConfigVendor.mk
|
||||
include vendor/asus/deb/BoardConfigVendor.mk
|
||||
include device/asus/flo/BoardConfigCommon.mk
|
||||
|
|
|
@ -38,7 +38,7 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
|||
$(call inherit-product, device/asus/flo/device-common.mk)
|
||||
|
||||
# inherit from the non-open-source side, if present
|
||||
$(call inherit-product-if-exists, vendor/asus/deb/deb-vendor.mk)
|
||||
$(call inherit-product, vendor/asus/deb/deb-vendor.mk)
|
||||
|
||||
DEVICE_PACKAGE_OVERLAYS += \
|
||||
device/asus/deb/overlay
|
||||
|
|
Loading…
Reference in a new issue