diff --git a/target/product/product_launched_with_l.mk b/target/product/product_launched_with_l.mk index 8127bc31c7..6e782f7986 100644 --- a/target/product/product_launched_with_l.mk +++ b/target/product/product_launched_with_l.mk @@ -1,3 +1,3 @@ -#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on. +#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched 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 index 7a5bd0f2da..20868328b3 100644 --- a/target/product/product_launched_with_l_mr1.mk +++ b/target/product/product_launched_with_l_mr1.mk @@ -1,2 +1,2 @@ -#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on. +#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on. PRODUCT_SHIPPING_API_LEVEL := 22 diff --git a/target/product/product_launched_with_m.mk b/target/product/product_launched_with_m.mk index afd8647dd8..1ba1014898 100644 --- a/target/product/product_launched_with_m.mk +++ b/target/product/product_launched_with_m.mk @@ -1,2 +1,2 @@ -#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on. +#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on. PRODUCT_SHIPPING_API_LEVEL := 23 diff --git a/target/product/product_launched_with_n.mk b/target/product/product_launched_with_n.mk index f7c5d794dc..cac29eb544 100644 --- a/target/product/product_launched_with_n.mk +++ b/target/product/product_launched_with_n.mk @@ -1,2 +1,2 @@ -#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on. +#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on. PRODUCT_SHIPPING_API_LEVEL := 24 diff --git a/target/product/product_launched_with_n_mr1.mk b/target/product/product_launched_with_n_mr1.mk index 65d4d3f99b..194a1aa451 100644 --- a/target/product/product_launched_with_n_mr1.mk +++ b/target/product/product_launched_with_n_mr1.mk @@ -1,2 +1,2 @@ -#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on. +#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on. PRODUCT_SHIPPING_API_LEVEL := 25 diff --git a/target/product/product_launched_with_o.mk b/target/product/product_launched_with_o.mk index 94d30c65a7..8e25a2b6b4 100644 --- a/target/product/product_launched_with_o.mk +++ b/target/product/product_launched_with_o.mk @@ -1,2 +1,2 @@ -#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on. +#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on. PRODUCT_SHIPPING_API_LEVEL := 26 diff --git a/target/product/product_launched_with_o_mr1.mk b/target/product/product_launched_with_o_mr1.mk index 25620aa14c..2f3d7e6f9d 100644 --- a/target/product/product_launched_with_o_mr1.mk +++ b/target/product/product_launched_with_o_mr1.mk @@ -1,2 +1,2 @@ -#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on. +#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on. PRODUCT_SHIPPING_API_LEVEL := 27 diff --git a/target/product/product_launched_with_p.mk b/target/product/product_launched_with_p.mk new file mode 100644 index 0000000000..fe7591fc79 --- /dev/null +++ b/target/product/product_launched_with_p.mk @@ -0,0 +1,2 @@ +#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launched on. +PRODUCT_SHIPPING_API_LEVEL := 28 \ No newline at end of file