Merge "Remove unused java_sdk_library_import properties"

This commit is contained in:
Treehugger Robot
2020-01-22 06:03:25 +00:00
committed by Gerrit Code Review

View File

@@ -838,16 +838,8 @@ type sdkLibraryImportProperties struct {
Sdk_version *string
Installable *bool
// List of shared java libs that this module has dependencies to
Libs []string
// List of files to remove from the jar file(s)
Exclude_files []string
// List of directories to remove from the jar file(s)
Exclude_dirs []string
}
type sdkLibraryImport struct {