1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-06 02:40:50 +01:00

utils/android: update SDK versions map

Update the entry for API level 28 and add an entry for API level 29.
This commit is contained in:
Sergei Trofimov 2019-12-06 16:21:57 +00:00 committed by Marc Bonnici
parent f303d1326b
commit eb0661a6b4

View File

@ -48,7 +48,8 @@ AM_START_ERROR = re.compile(r"Error: Activity.*")
# See:
# http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels
ANDROID_VERSION_MAP = {
28: 'P',
29: 'Q',
28: 'PIE',
27: 'OREO_MR1',
26: 'OREO',
25: 'NOUGAT_MR1',