Merge "Add empty tag support for java_import"
This commit is contained in:
@@ -2731,7 +2731,7 @@ func (j *Import) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
|||||||
|
|
||||||
func (j *Import) OutputFiles(tag string) (android.Paths, error) {
|
func (j *Import) OutputFiles(tag string) (android.Paths, error) {
|
||||||
switch tag {
|
switch tag {
|
||||||
case ".jar":
|
case "", ".jar":
|
||||||
return android.Paths{j.combinedClasspathFile}, nil
|
return android.Paths{j.combinedClasspathFile}, nil
|
||||||
default:
|
default:
|
||||||
return nil, fmt.Errorf("unsupported module reference tag %q", tag)
|
return nil, fmt.Errorf("unsupported module reference tag %q", tag)
|
||||||
|
Reference in New Issue
Block a user