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 7f627da9f6
commit 72a3c37dc1
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)