diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2018-02-02 19:39:50 -0800 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:17:12 +0200 |
commit | dcbd990d48c5edaaee4860ff079c984ed72c2df6 (patch) | |
tree | 1a12f66f21a8fe65ab6ea37d45843f2952b9e977 | |
parent | 7968ccaa313959373f2516956bcdf1ca277741af (diff) |
shinano-common: Set shipping API level via inherited makefile
* PRODUCT_SHIPPING_API_LEVEL is set there
Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15
-rw-r--r-- | shinano.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_k.mk) + # inherit from msm8974-common $(call inherit-product, device/sony/msm8974-common/msm8974.mk) |