Merge "Remove unused java_sdk_library_import properties"

am: 0c9c0f045f

Change-Id: I53bfff7278b691ddffcde088afa7b4b557d6c4db
This commit is contained in:
Paul Duffin 2020-01-21 22:12:27 -08:00 committed by android-build-merger
commit 07e5b368c7
1 changed files with 0 additions and 8 deletions

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 {