flo/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:
Kevin F. Haggerty 2021-04-09 08:18:37 -06:00 committed by followmsi
parent 7e1b4171aa
commit c267d1b3e2
2 changed files with 2 additions and 2 deletions

View File

@ -164,4 +164,4 @@ USE_MINIKIN := true
# Recovery
TARGET_RECOVERY_DENSITY := hdpi
-include vendor/asus/flo/BoardConfigVendor.mk
include vendor/asus/flo/BoardConfigVendor.mk

View File

@ -14,7 +14,7 @@
# limitations under the License.
#
$(call inherit-product-if-exists, vendor/asus/flo/flo-vendor.mk)
$(call inherit-product, vendor/asus/flo/flo-vendor.mk)
# This device is xhdpi. However the platform doesn't
# currently contain all of the bitmaps at xhdpi density so