aboutsummaryrefslogtreecommitdiff
path: root/shinano.mk
diff options
context:
space:
mode:
authorRashed Abdel-Tawab <rashed@linux.com>2018-02-02 19:39:50 -0800
committerArian <arian.kulmer@web.de>2019-10-25 22:17:12 +0200
commitdcbd990d48c5edaaee4860ff079c984ed72c2df6 (patch)
tree1a12f66f21a8fe65ab6ea37d45843f2952b9e977 /shinano.mk
parent7968ccaa313959373f2516956bcdf1ca277741af (diff)
shinano-common: Set shipping API level via inherited makefile
* PRODUCT_SHIPPING_API_LEVEL is set there Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15
Diffstat (limited to 'shinano.mk')
-rw-r--r--shinano.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/shinano.mk b/shinano.mk
index fbaad33..1951597 100644
--- a/shinano.mk
+++ b/shinano.mk
@@ -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)