From 90aba5e01ffe9665e72045cb66b1345be8549a35 Mon Sep 17 00:00:00 2001 From: giasen Date: Wed, 15 Nov 2023 21:08:11 +0100 Subject: [PATCH] sdm710-common: Require files to be included --- BoardConfigCommon.mk | 2 +- sdm710.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1fc1bbe..de69537 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -156,4 +156,4 @@ WPA_SUPPLICANT_VERSION := VER_0_8_X TARGET_SEC_FP_HAS_FINGERPRINT_GESTURES := true # Inherit from the proprietary version --include vendor/lenovo/sdm710-common/BoardConfigVendor.mk +include vendor/lenovo/sdm710-common/BoardConfigVendor.mk diff --git a/sdm710.mk b/sdm710.mk index e824d49..52f58e7 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -4,7 +4,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) # Get non-open-source specific aspects -$(call inherit-product-if-exists, vendor/lenovo/sdm710-common/sdm710-common-vendor.mk) +$(call inherit-product, vendor/lenovo/sdm710-common/sdm710-common-vendor.mk) # Setup dalvik vm configs $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk)