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
Merged-In: Ie1d5af375f2db95850fc5395d6a0c775dbfa046d
(cherry picked from commit f3251ac73b)
This commit is contained in:
Suren Baghdasaryan 2017-06-15 19:04:22 -07:00 committed by Dan Willemsen
parent 32b8d637dc
commit 81a7690eb9
1 changed files with 2 additions and 0 deletions

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