Skip to content
Snippets Groups Projects
Commit f5c50926 authored by Kevin F. Haggerty's avatar Kevin F. Haggerty Committed by Nolen Johnson
Browse files

beckham: 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 8be1e3ba
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@
#
# Vendor blobs
$(call inherit-product-if-exists, vendor/motorola/beckham/beckham-vendor.mk)
$(call inherit-product, vendor/motorola/beckham/beckham-vendor.mk)
# Properties
-include $(LOCAL_PATH)/vendor_prop.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment