diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2018-02-02 19:39:50 -0800 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-03 09:07:08 +0100 |
commit | 32f51e4905944a31286dd8622164301ccbb60985 (patch) | |
tree | bff14439daa73d7f9c0194cd007c1439558249a5 /msm8996.mk | |
parent | 229465116a35e81f02753be86949cb99ee550a09 (diff) |
msm8996-common: Set shipping API level via inherited makefile
* PRODUCT_SHIPPING_API_LEVEL is set there
Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15
Diffstat (limited to 'msm8996.mk')
-rwxr-xr-x | msm8996.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ # included in a build is to use PRODUCT_PACKAGES in a product # definition file). # +$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_m.mk) # Get non-open-source specific aspects $(call inherit-product, vendor/zuk/msm8996-common/msm8996-common-vendor.mk) |