1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00

utils/android: add recent Android versions

Add the more recent android versions to the version map.
This commit is contained in:
Sergei Trofimov 2018-06-12 13:39:39 +01:00 committed by setrofim
parent 77a6de9453
commit 008f96673f

View File

@ -45,6 +45,11 @@ AM_START_ERROR = re.compile(r"Error: Activity.*")
# 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 = {
28: 'P',
27: 'OREO_MR1',
26: 'OREO',
25: 'NOUGAT_MR1',
24: 'NOUGAT',
23: 'MARSHMALLOW', 23: 'MARSHMALLOW',
22: 'LOLLYPOP_MR1', 22: 'LOLLYPOP_MR1',
21: 'LOLLYPOP', 21: 'LOLLYPOP',