From 4924f1b96e721a0e5507baf1f19156d74d8bf716 Mon Sep 17 00:00:00 2001 From: Danny Wood Date: Mon, 1 Oct 2018 19:44:48 +0100 Subject: [PATCH] a3xelte: Inherit aosp_base_telephony Change-Id: I11f93f9e9073e671cf9dd6c7f9e376bad3ff8888 --- lineage.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lineage.mk b/lineage.mk index 0d684ea..45443a4 100644 --- a/lineage.mk +++ b/lineage.mk @@ -18,6 +18,9 @@ LOCAL_PATH := device/samsung/a3xelte $(call inherit-product, $(LOCAL_PATH)/full_a3xelte.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) -- 2.20.1