From c05de566d01ec460c365f34b3cd02265a7832cd5 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Mon, 9 Sep 2019 16:43:30 +0200 Subject: [PATCH] deb: Set shipping API level in the common product makefile It's not meant to be set as a board config flag. Simply do it by inheriting the makefile that now also exists for devices launched with Jelly Bean. Change-Id: I2ca1f9d207be90c58495b3e20c5e2275e09b18bc --- lineage_deb.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lineage_deb.mk b/lineage_deb.mk index e84dcff..e60dd95 100644 --- a/lineage_deb.mk +++ b/lineage_deb.mk @@ -17,6 +17,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk) $(call inherit-product, device/asus/deb/device.mk) $(call inherit-product-if-exists, vendor/asus/deb/device-vendor.mk) +# Shipping API +$(call inherit-product, vendor/lineage/build/target/product/product_launched_with_j_mr2.mk) + ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := deb PRODUCT_NAME := lineage_deb