1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-31 10:11:17 +00:00

Updating ANROID_VERSION_MAP with recent versions.

This commit is contained in:
Sergei Trofimov 2015-07-17 17:24:14 +01:00
parent e38bd942a8
commit 4debbb2a66

View File

@ -36,6 +36,9 @@ logger = logging.getLogger('android')
# See:
# http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels
ANDROID_VERSION_MAP = {
22: 'LOLLIPOP_MR1',
21: 'LOLLIPOP',
20: 'KITKAT_WATCH',
19: 'KITKAT',
18: 'JELLY_BEAN_MR2',
17: 'JELLY_BEAN_MR1',