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:
Suren Baghdasaryan
2017-06-15 19:04:22 -07:00
parent fb30b229ee
commit f3251ac73b

View File

@@ -0,0 +1,2 @@
#PRODUCT_SHIPPING_API_LEVEL indicates the first api level, device has been commercially launced on.
PRODUCT_SHIPPING_API_LEVEL := 26