sdm710-common: Require files to be included
This commit is contained in:
parent
97763d6310
commit
90aba5e01f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue