From dcbd990d48c5edaaee4860ff079c984ed72c2df6 Mon Sep 17 00:00:00 2001 From: Rashed Abdel-Tawab Date: Fri, 2 Feb 2018 19:39:50 -0800 Subject: shinano-common: Set shipping API level via inherited makefile * PRODUCT_SHIPPING_API_LEVEL is set there Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15 --- shinano.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shinano.mk') diff --git a/shinano.mk b/shinano.mk index fbaad33..1951597 100644 --- a/shinano.mk +++ b/shinano.mk @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_k.mk) + # inherit from msm8974-common $(call inherit-product, device/sony/msm8974-common/msm8974.mk) -- cgit v1.2.3