Add makefile to define PRODUCT_SHIPPING_API_LEVEL for O release
For Android O release PRODUCT_SHIPPING_API_LEVEL is set to 26. Change-Id: Ie1d5af375f2db95850fc5395d6a0c775dbfa046d
This commit is contained in:
parent
fb30b229ee
commit
f3251ac73b
|
@ -0,0 +1,2 @@
|
|||
#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
|
||||
PRODUCT_SHIPPING_API_LEVEL := 26
|
Loading…
Reference in New Issue