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

Commit c7c0b9e4 authored by Xin Li's avatar Xin Li Committed by Gerrit Code Review
Browse files

Merge "Merge Android 12L"

parents 3c66771c a54e05c2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -321,6 +321,7 @@ func getFinalCodenamesMap(config Config) map[string]int {
			"Q":     29,
			"R":     30,
			"S":     31,
			"S-V2":  32,
		}

		// TODO: Differentiate "current" and "future".
@@ -364,6 +365,7 @@ func GetApiLevelsMap(config Config) map[string]int {
			"Q":     29,
			"R":     30,
			"S":     31,
			"S-V2":  32,
		}
		for i, codename := range config.PlatformVersionActiveCodenames() {
			apiLevelsMap[codename] = previewAPILevelBase + i