diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2018-02-02 19:39:50 -0800 |
|---|---|---|
| committer | althafvly <althafvly@gmail.com> | 2020-06-07 00:00:37 +0530 |
| commit | 1486ca38862f5750977858bfb9fbda392621a4ee (patch) | |
| tree | cd0261ae39186aafa49b1c6930c508dc0e0e5cb9 | |
| parent | 453f5c4a2a5a7ea5dd0412be8fbdadda7fefdd11 (diff) | |
osprey: Set shipping API level via inherited makefile
* PRODUCT_SHIPPING_API_LEVEL is set there
Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15
| -rw-r--r-- | device.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ # Inherit from msm8916-common $(call inherit-product, device/motorola/msm8916-common/msm8916.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_l_mr1.mk) # Screen density PRODUCT_AAPT_PREF_CONFIG := xhdpi |
