From a39217a8ea9a7044379a162707748354e2b7e542 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Mon, 9 Sep 2019 16:43:30 +0200 Subject: [PATCH] flo: 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_flo.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lineage_flo.mk b/lineage_flo.mk index 45893a2..2113c6e 100644 --- a/lineage_flo.mk +++ b/lineage_flo.mk @@ -21,6 +21,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk) # Inherit from hardware-specific part of the product configuration $(call inherit-product, device/asus/flo/device.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 := flo PRODUCT_NAME := lineage_flo