From: Rashed Abdel-Tawab Date: Sat, 3 Feb 2018 03:39:50 +0000 (-0800) Subject: exynos9610: Set shipping API level via inherited makefile X-Git-Url: https://git.stricted.de/?p=GitHub%2Fmoto-9609%2Fandroid_device_motorola_exynos9610-common.git;a=commitdiff_plain;h=ed83cfdeadf518aef74619d01aeff48263d6a228 exynos9610: Set shipping API level via inherited makefile * PRODUCT_SHIPPING_API_LEVEL is set there Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15 --- 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)