summaryrefslogtreecommitdiff
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
parent678bfcef816a36450307efe0a28f9a75fced137d (diff)
wayne: Set shipping API level via inherited makefile
* PRODUCT_SHIPPING_API_LEVEL is set there Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15
-rw-r--r--BoardConfig.mk1
-rw-r--r--lineage.mk1
2 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 51bdfc2..4355004 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -239,7 +239,6 @@ include device/qcom/sepolicy/sepolicy.mk
# Treble
PRODUCT_FULL_TREBLE_OVERRIDE := true
PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE := 27
-PRODUCT_SHIPPING_API_LEVEL := 27
PRODUCT_VENDOR_MOVE_ENABLED := true
# Timeservice
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)