From c267d1b3e295b91850d47d7a362041e15978f15f Mon Sep 17 00:00:00 2001 From: "Kevin F. Haggerty" Date: Fri, 9 Apr 2021 08:18:37 -0600 Subject: [PATCH] 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 --- BoardConfigCommon.mk | 2 +- device-common.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8e0f00e..b5bd95f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -164,4 +164,4 @@ USE_MINIKIN := true # Recovery TARGET_RECOVERY_DENSITY := hdpi --include vendor/asus/flo/BoardConfigVendor.mk +include vendor/asus/flo/BoardConfigVendor.mk diff --git a/device-common.mk b/device-common.mk index bf66f7c..dc96c7f 100644 --- a/device-common.mk +++ b/device-common.mk @@ -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