sdm710-common: Require files to be included

This commit is contained in:
giasen 2023-11-15 21:08:11 +01:00 committed by CakesTwix
parent 97763d6310
commit 90aba5e01f
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 2 additions and 2 deletions

View file

@ -156,4 +156,4 @@ WPA_SUPPLICANT_VERSION := VER_0_8_X
TARGET_SEC_FP_HAS_FINGERPRINT_GESTURES := true TARGET_SEC_FP_HAS_FINGERPRINT_GESTURES := true
# Inherit from the proprietary version # Inherit from the proprietary version
-include vendor/lenovo/sdm710-common/BoardConfigVendor.mk include vendor/lenovo/sdm710-common/BoardConfigVendor.mk

View file

@ -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) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Get non-open-source specific aspects # 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 # 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)