Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24844d24 authored by Kevin F. Haggerty's avatar Kevin F. Haggerty Committed by Francescodario Cuzzocrea
Browse files

herolte: 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
parent 5ddd1182
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -46,4 +46,4 @@ PRODUCT_SOONG_NAMESPACES += $(DEVICE_PATH)
VENDOR_SECURITY_PATCH := 2020-08-01
VENDOR_SECURITY_PATCH := 2020-08-01


# inherit from the proprietary version
# inherit from the proprietary version
-include vendor/samsung/herolte/BoardConfigVendor.mk
include vendor/samsung/herolte/BoardConfigVendor.mk
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,4 +33,4 @@ PRODUCT_PACKAGES += \
$(call inherit-product, device/samsung/universal8890-common/device-common.mk)
$(call inherit-product, device/samsung/universal8890-common/device-common.mk)


# Inherit from the proprietary version
# Inherit from the proprietary version
$(call inherit-product-if-exists, vendor/samsung/herolte/herolte-vendor.mk)
$(call inherit-product, vendor/samsung/herolte/herolte-vendor.mk)