Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff463e9e authored by Ian Pedowitz's avatar Ian Pedowitz Committed by android-build-merger
Browse files

Merge "RESTRICT AUTOMERGE Android Q is API 29" into qt-dev

am: 36ed555d

Change-Id: I90a15d399952ec7a1f943d942ed823ec42b02ff1
parents d756aa05 36ed555d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ func getApiLevelsMap(config Config) map[string]int {
			"O":     26,
			"O-MR1": 27,
			"P":     28,
			"Q":     29,
		}
		for i, codename := range config.PlatformVersionCombinedCodenames() {
			apiLevelsMap[codename] = baseApiLevel + i