Merge "Create a "Toolchain" API surface"

This commit is contained in:
Spandan Das
2023-01-11 01:08:25 +00:00
committed by Gerrit Code Review
2 changed files with 4 additions and 0 deletions

View File

@@ -877,6 +877,7 @@ var (
"module_lib": android.SdkModule,
"module-lib": android.SdkModule,
"test": android.SdkTest,
"toolchain": android.SdkToolchain,
}
)