From fac71ada59b1156c7f2cbfee620c061b64bb855f Mon Sep 17 00:00:00 2001 From: Rashed Abdel-Tawab Date: Fri, 2 Feb 2018 19:39:50 -0800 Subject: [PATCH] s5neolte: 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 2334a1b..dc8aa87 100644 --- a/lineage.mk +++ b/lineage.mk @@ -20,6 +20,7 @@ $(call inherit-product, $(LOCAL_PATH)/full_s5neolte.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