1# Copyright 2015 The Chromium Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4"""Android SDK version codes. 5 6http://developer.android.com/reference/android/os/Build.VERSION_CODES.html 7""" 8 9JELLY_BEAN = 16 10JELLY_BEAN_MR1 = 17 11JELLY_BEAN_MR2 = 18 12KITKAT = 19 13KITKAT_WATCH = 20 14LOLLIPOP = 21 15LOLLIPOP_MR1 = 22 16MARSHMALLOW = 23 17NOUGAT = 24 18NOUGAT_MR1 = 25 19OREO = 26 20OREO_MR1 = 27 21PIE = 28 22Q = 29 23R = 30 24