From 72a3c37dc1052ba3aa0de7390fe55496a2b68df4 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 20ffd94..dc4abd5 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -177,4 +177,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 4083521..cf82e26 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -8,7 +8,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) OVERRIDE_PRODUCT_COMPRESSED_APEX := false # 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)