Merge "Remove unused java_sdk_library_import properties" am: 0c9c0f045f
am: 07e5b368c7
Change-Id: I367e707dfcaf953425ca7f93a6734b8fcb86d70b
This commit is contained in:
commit
1bb242bb7a
1 changed files with 0 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue