From 2a5fa769051b9b943d8d0af6a35d24fa1dc70554 Mon Sep 17 00:00:00 2001 From: 4PERTURE <38117317+4PERTURE@users.noreply.github.com> Date: Sat, 16 Jan 2021 04:52:50 +0000 Subject: [PATCH] sm6250-common: Enforce common vendor inclusion Ramii why the fuck is it inheriting only if it exists you goblin if it doesn't exist it'll build a broken build jfc --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 22f1d4f..dd226db 100644 --- a/common.mk +++ b/common.mk @@ -8,7 +8,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # Inherit proprietary targets -$(call inherit-product-if-exists, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk) +$(call inherit-product, vendor/xiaomi/sm6250-common/sm6250-common-vendor.mk) # Setup dalvik vm configs $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)