From 4fb6c6ff2f890af86459b9afdcb3ecc0d2a2983d Mon Sep 17 00:00:00 2001 From: DidntRead Date: Tue, 12 Mar 2019 15:58:18 +0200 Subject: [PATCH] add base makefiles Change-Id: Ie574bca31ded6bd54e21283b95afa6a6daa99e52 --- rr_k5fpr.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rr_k5fpr.mk b/rr_k5fpr.mk index dba75f0..8342bce 100644 --- a/rr_k5fpr.mk +++ b/rr_k5fpr.mk @@ -13,6 +13,10 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Product common configurations +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) + # Inherit from A7010 device $(call inherit-product, device/lenovo/k5fpr/device_k5fpr.mk) -- GitLab