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
This commit is contained in:
4PERTURE 2021-01-16 04:52:50 +00:00 committed by 4PERTURE
parent 581821173e
commit 2a5fa76905

View File

@ -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) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit proprietary targets # 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 # Setup dalvik vm configs
$(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk) $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)