exynos9610: Set shipping API level via inherited makefile
authorRashed Abdel-Tawab <rashed@linux.com>
Sat, 3 Feb 2018 03:39:50 +0000 (19:39 -0800)
committerJan Altensen <info@stricted.net>
Mon, 10 Aug 2020 22:07:50 +0000 (00:07 +0200)
 * PRODUCT_SHIPPING_API_LEVEL is set there

Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15

common.mk

index ecb368afeb63afa9654a353512140a8a4828fb56..82cf1444cb6600a9e9754e284a1377b199cdd7a1 100644 (file)
--- 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)