diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2018-02-02 19:39:50 -0800 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-19 00:00:09 +0000 |
commit | abb347287867226bc35d029fd94be63c61a24f42 (patch) | |
tree | 55973fa12e9a95c267aef4f882925d4cc442f928 /lineage.mk | |
parent | 678bfcef816a36450307efe0a28f9a75fced137d (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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |