Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Side by Side Diff: build/android/devil/android/sdk/version_codes.py

Issue 1325143002: [Android] Move Android version codes into devil/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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
5 """Android SDK version codes.
6
7 http://developer.android.com/reference/android/os/Build.VERSION_CODES.html
8 """
9
10 JELLY_BEAN = 16
11 JELLY_BEAN_MR1 = 17
12 JELLY_BEAN_MR2 = 18
13 KITKAT = 19
14 KITKAT_WATCH = 20
15 LOLLIPOP = 21
16 LOLLIPOP_MR1 = 22
17 MARSHMALLOW = 23
18
OLDNEW
« no previous file with comments | « build/android/devil/android/device_utils_test.py ('k') | build/android/devil/utils/mock_calls_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698