Merge "Introduce build_from_text_stubs property in java_sdk_library" into main

This commit is contained in:
Treehugger Robot
2024-07-29 23:13:52 +00:00
committed by Gerrit Code Review

View File

@@ -661,6 +661,10 @@ type sdkLibraryProperties struct {
// depend on.
Aconfig_declarations []string
// Determines if the module generates the stubs from the api signature files
// instead of the source Java files. Defaults to true.
Build_from_text_stub *bool
// TODO: determines whether to create HTML doc or not
// Html_doc *bool
}