diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index e641949a8754df5130ff335db91267a1168263a2..c1e26a9f93142da9f751b44743895e5ac4ce2737 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -224,4 +224,4 @@ WIFI_HIDL_UNIFIED_SUPPLICANT_SERVICE_RC_ENTRY := true
 WPA_SUPPLICANT_VERSION := VER_0_8_X
 
 # Inherit proprietary blobs
--include vendor/xiaomi/sm8350-common/BoardConfigVendor.mk
+include vendor/xiaomi/sm8350-common/BoardConfigVendor.mk
diff --git a/common.mk b/common.mk
index 41c31ef6931dfcb0f1f76199f02d9eda16ce5e00..60144f02e82dee0dcb4f5d65128208ccecb437ec 100644
--- a/common.mk
+++ b/common.mk
@@ -21,7 +21,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)
 $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
 
 # Inherit proprietary targets
-$(call inherit-product-if-exists, vendor/xiaomi/sm8350-common/sm8350-common-vendor.mk)
+$(call inherit-product, vendor/xiaomi/sm8350-common/sm8350-common-vendor.mk)
 
 # Setup dalvik vm configs
 $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)