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

Commit ec83fd06 authored by Svet Ganov's avatar Svet Ganov
Browse files

Updating platform SDK version for R

  * Update SDK versions

Test: build + boot

 bug:150281259

Change-Id: I30d7cda3c95327c4080e279e876129eb9e6a8091
Merged-In: I30d7cda3c95327c4080e279e876129eb9e6a8091
parent 8b9273d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -73,6 +73,7 @@ func getApiLevelsMap(config Config) map[string]int {
			"O-MR1": 27,
			"P":     28,
			"Q":     29,
			"R":     30,
		}
		for i, codename := range config.PlatformVersionActiveCodenames() {
			apiLevelsMap[codename] = baseApiLevel + i