Merge "Remove unused java_sdk_library_import properties"
am: 0c9c0f045f
Change-Id: I53bfff7278b691ddffcde088afa7b4b557d6c4db
This commit is contained in:
commit
07e5b368c7
|
@ -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 New Issue