mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-27 15:59:12 +00:00
taimen: 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:
committed by
Asriadi Rahim
parent
adb8185ac9
commit
9f9368a1aa
@@ -30,7 +30,7 @@ TARGET_SHIPS_FIRMWARE := true
|
||||
|
||||
# Inherit device configuration
|
||||
$(call inherit-product, device/google/taimen/device.mk)
|
||||
$(call inherit-product-if-exists, vendor/google/taimen/taimen-vendor.mk)
|
||||
$(call inherit-product, vendor/google/taimen/taimen-vendor.mk)
|
||||
$(call inherit-product-if-exists, vendor/google_devices/taimen/proprietary/device-vendor.mk)
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
|
||||
Reference in New Issue
Block a user