Merge "Add an apex_contributions_defaults module to module sdk" into main am: 2722cc194a am: 49c2c7c7f1

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

Change-Id: I9e134a7f56781682cf905e5535acb7f2fa3f42b0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Spandan Das
2024-03-21 18:26:04 +00:00
committed by Automerger Merge Worker
11 changed files with 432 additions and 0 deletions

View File

@@ -289,6 +289,8 @@ var LastWithoutModuleLibCoreSystemModules = uncheckedFinalApiLevel(31)
var ApiLevelR = uncheckedFinalApiLevel(30)
var ApiLevelUpsideDownCake = uncheckedFinalApiLevel(34)
// ReplaceFinalizedCodenames returns the API level number associated with that API level
// if the `raw` input is the codename of an API level has been finalized.
// If the input is *not* a finalized codename, the input is returned unmodified.