From: Rashed Abdel-Tawab Date: Sat, 3 Feb 2018 03:39:50 +0000 (-0800) Subject: a7xelte: Set shipping API level via inherited makefile X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=64203f3eafb80ddad8936460745dd031444ae700;p=GitHub%2FLineageOS%2Fandroid_device_samsung_a7xelte.git a7xelte: 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 815a80b..5673c95 100644 --- a/lineage.mk +++ b/lineage.mk @@ -20,6 +20,7 @@ $(call inherit-product, $(LOCAL_PATH)/full_a7xelte.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)