From ed83cfdeadf518aef74619d01aeff48263d6a228 Mon Sep 17 00:00:00 2001 From: Rashed Abdel-Tawab Date: Fri, 2 Feb 2018 19:39:50 -0800 Subject: [PATCH] exynos9610: Set shipping API level via inherited makefile * PRODUCT_SHIPPING_API_LEVEL is set there Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15 --- common.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.mk b/common.mk index ecb368a..82cf144 100644 --- a/common.mk +++ b/common.mk @@ -16,6 +16,8 @@ COMMON_PATH := device/motorola/exynos9610-common +$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) + # Get non-open-source specific aspects $(call inherit-product-if-exists, vendor/motorola/exynos9610-common/exynos9610-common-vendor.mk) -- 2.20.1