Merge "Added make files for variable PRODUCT_SHIPPING_API_LEVEL. Bug: 26381401" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
44d50cac49
2
target/product/product_launched_with_l.mk
Normal file
2
target/product/product_launched_with_l.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
|
||||
PRODUCT_SHIPPING_API_LEVEL := 21
|
2
target/product/product_launched_with_l_mr1.mk
Normal file
2
target/product/product_launched_with_l_mr1.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
|
||||
PRODUCT_SHIPPING_API_LEVEL := 22
|
2
target/product/product_launched_with_m.mk
Normal file
2
target/product/product_launched_with_m.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
|
||||
PRODUCT_SHIPPING_API_LEVEL := 23
|
2
target/product/product_launched_with_n.mk
Normal file
2
target/product/product_launched_with_n.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
|
||||
PRODUCT_SHIPPING_API_LEVEL := 24
|
Reference in New Issue
Block a user