Merge "system_dlkm: Add in list of partitions to clean" am: 47cb940902 am: 819a7dbf94 am: 2d175c3a06

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1973346

Change-Id: I5db4b08291d8e251bd56f884b6a28dd637b79401
diff --git a/android/api_levels.go b/android/api_levels.go
index 926d297..de56625 100644
--- a/android/api_levels.go
+++ b/android/api_levels.go
@@ -321,6 +321,7 @@
 			"Q":     29,
 			"R":     30,
 			"S":     31,
+			"S-V2":  32,
 		}
 
 		// TODO: Differentiate "current" and "future".
@@ -364,6 +365,7 @@
 			"Q":     29,
 			"R":     30,
 			"S":     31,
+			"S-V2":  32,
 		}
 		for i, codename := range config.PlatformVersionActiveCodenames() {
 			apiLevelsMap[codename] = previewAPILevelBase + i