From 8250dc4837a2354d9ce219792c12e871799de035 Mon Sep 17 00:00:00 2001 From: "doheon1.lee" Date: Mon, 13 Mar 2017 07:37:39 +0900 Subject: [PATCH] Added make files for variable Nougat MR1 Nougat MR1 has different API LEVEL from previous releases, PRODUCT_SHIPPING_API_LEVEL should be set to 25. Change-Id: Ib3679bba4105dc99b96224c5f5554c1f0e4ab127 --- target/product/product_launched_with_n_mr1.mk | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 target/product/product_launched_with_n_mr1.mk diff --git a/target/product/product_launched_with_n_mr1.mk b/target/product/product_launched_with_n_mr1.mk new file mode 100644 index 000000000..65d4d3f99 --- /dev/null +++ b/target/product/product_launched_with_n_mr1.mk @@ -0,0 +1,2 @@ +#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on. +PRODUCT_SHIPPING_API_LEVEL := 25