From: Danny Wood Date: Thu, 25 Apr 2019 15:42:39 +0000 (+0100) Subject: a5xelte: Inherit aosp_base_telephony X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0c478d12b77b1b7084b1a373ef5a626a209e17a7;p=GitHub%2FLineageOS%2Fandroid_device_samsung_a5xelte.git a5xelte: Inherit aosp_base_telephony Change-Id: I11f93f9e9073e671cf9dd6c7f9e376bad3ff8888 --- diff --git a/lineage.mk b/lineage.mk index d15561b..8fb3e01 100644 --- a/lineage.mk +++ b/lineage.mk @@ -18,6 +18,9 @@ LOCAL_PATH := device/samsung/a5xelte $(call inherit-product, $(LOCAL_PATH)/full_a5xelte.mk) +# Inherit from the common Open Source product configuration +$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) + # Inherit some common Lineage stuff. $(call inherit-product, vendor/lineage/config/common_full_phone.mk)