summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Haggerty <haggertk@lineageos.org>2021-04-09 08:18:37 -0600
committerJulian Veit <claymore1298@gmail.com>2025-06-10 19:40:12 +0200
commit8138cfd4eadb73a846b8e5c5478a37a01620bfc6 (patch)
tree81f80b07de2e844173890eef030c1a59f9afa63e
parent9842698d6c2378f9d07444d60cee304c6475f310 (diff)
m8-common: 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
-rw-r--r--BoardConfigCommon.mk2
-rw-r--r--m8-common.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 9808578..833bbab 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -47,4 +47,4 @@ BOARD_NFC_HAL_SUFFIX := msm8974
TARGET_RELEASETOOLS_EXTENSIONS := device/htc/m8-common/releasetools
# Inherit from the proprietary version
--include vendor/htc/m8-common/BoardConfigVendor.mk
+include vendor/htc/m8-common/BoardConfigVendor.mk
diff --git a/m8-common.mk b/m8-common.mk
index 2d48ae3..6a8b25f 100644
--- a/m8-common.mk
+++ b/m8-common.mk
@@ -16,7 +16,7 @@
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_k.mk)
-$(call inherit-product-if-exists, vendor/htc/m8-common/m8-common-vendor.mk)
+$(call inherit-product, vendor/htc/m8-common/m8-common-vendor.mk)
# Inherit from msm8974-common
$(call inherit-product, device/htc/msm8974-common/msm8974-common.mk)