aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVikas Marwaha <vikasmarwaha@google.com>2016-06-07 15:08:27 -0700
committerVikas Marwaha <vikasmarwaha@google.com>2016-06-07 15:08:27 -0700
commit465fa9b38fed1912db7b3dc310d91ba277deacdc (patch)
treed8bc5ce84d0b7022da7d53cdbc4e4e4ca45e501f
parent837b86aa5696fea28a0acfde7361a3c5d5824624 (diff)
downloadbuild-465fa9b38fed1912db7b3dc310d91ba277deacdc.tar.gz
Added make files for variable PRODUCT_SHIPPING_API_LEVEL.
Bug: 26381401 Change-Id: I8f2e630118cfa474564eb21911448bc813fcfec7
-rw-r--r--target/product/product_launched_with_l.mk2
-rw-r--r--target/product/product_launched_with_l_mr1.mk2
-rw-r--r--target/product/product_launched_with_m.mk2
-rw-r--r--target/product/product_launched_with_n.mk2
4 files changed, 8 insertions, 0 deletions
diff --git a/target/product/product_launched_with_l.mk b/target/product/product_launched_with_l.mk
new file mode 100644
index 0000000000..b86f424f39
--- /dev/null
+++ b/target/product/product_launched_with_l.mk
@@ -0,0 +1,2 @@
+#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
+PRODUCT_SHIPPING_API_LEVEL := 21
diff --git a/target/product/product_launched_with_l_mr1.mk b/target/product/product_launched_with_l_mr1.mk
new file mode 100644
index 0000000000..7a5bd0f2da
--- /dev/null
+++ b/target/product/product_launched_with_l_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 := 22
diff --git a/target/product/product_launched_with_m.mk b/target/product/product_launched_with_m.mk
new file mode 100644
index 0000000000..afd8647dd8
--- /dev/null
+++ b/target/product/product_launched_with_m.mk
@@ -0,0 +1,2 @@
+#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
+PRODUCT_SHIPPING_API_LEVEL := 23
diff --git a/target/product/product_launched_with_n.mk b/target/product/product_launched_with_n.mk
new file mode 100644
index 0000000000..f7c5d794dc
--- /dev/null
+++ b/target/product/product_launched_with_n.mk
@@ -0,0 +1,2 @@
+#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
+PRODUCT_SHIPPING_API_LEVEL := 24