mirror of
				https://github.com/ARM-software/devlib.git
				synced 2025-11-04 07:51:21 +00: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:
		
				
					committed by
					
						
						Marc Bonnici
					
				
			
			
				
	
			
			
			
						parent
						
							f303d1326b
						
					
				
				
					commit
					eb0661a6b4
				
			@@ -48,7 +48,8 @@ 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',
 | 
					    29: 'Q',
 | 
				
			||||||
 | 
					    28: 'PIE',
 | 
				
			||||||
    27: 'OREO_MR1',
 | 
					    27: 'OREO_MR1',
 | 
				
			||||||
    26: 'OREO',
 | 
					    26: 'OREO',
 | 
				
			||||||
    25: 'NOUGAT_MR1',
 | 
					    25: 'NOUGAT_MR1',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user