From: Rashed Abdel-Tawab Date: Sat, 3 Feb 2018 03:39:50 +0000 (-0800) Subject: a3xelte: Set shipping API level via inherited makefile X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0e1c84e4fddfefcd25924c8555abf5e683462181;p=GitHub%2FLineageOS%2Fandroid_device_samsung_a3xelte.git a3xelte: Set shipping API level via inherited makefile * PRODUCT_SHIPPING_API_LEVEL is set there Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15 --- 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)