summaryrefslogtreecommitdiff
path: root/lineage.mk
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2018-02-02 19:39:50 -0800
committerIsaac Chen <isaacchen@isaacchen.cn>2018-07-19 00:00:09 +0000
commitabb347287867226bc35d029fd94be63c61a24f42 (patch)
tree55973fa12e9a95c267aef4f882925d4cc442f928 /lineage.mk
parent678bfcef816a36450307efe0a28f9a75fced137d (diff)
wayne: Set shipping API level via inherited makefile
* PRODUCT_SHIPPING_API_LEVEL is set there Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15
Diffstat (limited to 'lineage.mk')
-rw-r--r--lineage.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lineage.mk b/lineage.mk
index 8be4023..194fabc 100644
--- a/lineage.mk
+++ b/lineage.mk
@@ -17,6 +17,7 @@
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o_mr1.mk)
# Inherit some common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)