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 | |
parent | 229465116a35e81f02753be86949cb99ee550a09 (diff) |
msm8996-common: Set shipping API level via inherited makefile
* PRODUCT_SHIPPING_API_LEVEL is set there
Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15
-rwxr-xr-x | msm8996.mk | 1 | ||||
-rw-r--r-- | vendor.prop | 3 |
2 files changed, 1 insertions, 3 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) diff --git a/vendor.prop b/vendor.prop index 79852a4..aa51953 100644 --- a/vendor.prop +++ b/vendor.prop @@ -44,9 +44,6 @@ persist.data.netmgrd.qos.enable=true ro.use_data_netmgrd=true persist.data.iwlan.enable=true -# Device was launched with M -ro.product.first_api_level=23 - # Display (Qualcomm AD) ro.qualcomm.cabl=2 ro.qcom.ad=1 |