1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 10:51:13 +01:00

AndroidUtils: Updated Android_Version_Map

Added Marshmallow and Nougat SDK versions codes to the version map.
This commit is contained in:
Marc Bonnici 2017-04-27 10:07:30 +01:00
parent cc3a815cb7
commit f5b40e3d64

View File

@ -38,6 +38,9 @@ logger = logging.getLogger('android')
# See:
# http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels
ANDROID_VERSION_MAP = {
25: 'NOUGAT_MR1',
24: 'NOUGAT',
23: 'MARSHMALLOW',
22: 'LOLLIPOP_MR1',
21: 'LOLLIPOP',
20: 'KITKAT_WATCH',