mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-24 03:29:02 +00:00
AndroidUtils: Updated Android_Version_Map
Added Marshmallow and Nougat SDK versions codes to the version map.
This commit is contained in:
parent
cc3a815cb7
commit
f5b40e3d64
@ -38,6 +38,9 @@ logger = logging.getLogger('android')
|
|||||||
# See:
|
# See:
|
||||||
# http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels
|
# http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels
|
||||||
ANDROID_VERSION_MAP = {
|
ANDROID_VERSION_MAP = {
|
||||||
|
25: 'NOUGAT_MR1',
|
||||||
|
24: 'NOUGAT',
|
||||||
|
23: 'MARSHMALLOW',
|
||||||
22: 'LOLLIPOP_MR1',
|
22: 'LOLLIPOP_MR1',
|
||||||
21: 'LOLLIPOP',
|
21: 'LOLLIPOP',
|
||||||
20: 'KITKAT_WATCH',
|
20: 'KITKAT_WATCH',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user