diff --git a/devlib/utils/android.py b/devlib/utils/android.py index 204e20a..8b1d0d6 100755 --- a/devlib/utils/android.py +++ b/devlib/utils/android.py @@ -45,6 +45,11 @@ 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', + 27: 'OREO_MR1', + 26: 'OREO', + 25: 'NOUGAT_MR1', + 24: 'NOUGAT', 23: 'MARSHMALLOW', 22: 'LOLLYPOP_MR1', 21: 'LOLLYPOP',