From 0e1c84e4fddfefcd25924c8555abf5e683462181 Mon Sep 17 00:00:00 2001 From: Rashed Abdel-Tawab Date: Fri, 2 Feb 2018 19:39:50 -0800 Subject: [PATCH] a3xelte: Set shipping API level via inherited makefile * PRODUCT_SHIPPING_API_LEVEL is set there Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15 --- lineage.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/lineage.mk b/lineage.mk index c502833..84e5003 100644 --- a/lineage.mk +++ b/lineage.mk @@ -20,6 +20,7 @@ $(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) +$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_l_mr1.mk) # Inherit some common Lineage stuff. $(call inherit-product, vendor/lineage/config/common_full_phone.mk) -- 2.20.1