mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Set shipping API level in the common product makefile
It's not meant to be set as a board config flag. Simply do it by inheriting the makefile that now also exists for devices launched with Marshmallow.
This commit is contained in:
parent
c21dab3d1b
commit
76e7066381
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
#
|
||||
|
||||
# inherit from the proprietary version
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_m.mk)
|
||||
$(call inherit-product, vendor/samsung/msm8976-common/msm8976-common-vendor.mk)
|
||||
|
||||
# Overlays
|
||||
|
|
Loading…
Reference in a new issue