Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f249499d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add empty tag support for java_import" am: faf30e19 am: 479ed0c3 am: 812f4941

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1462684

Change-Id: I0d81907bb95d5ff720d28b0efcffc266c00d24c6
parents 8b7dec84 812f4941
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2731,7 +2731,7 @@ func (j *Import) GenerateAndroidBuildActions(ctx android.ModuleContext) {

func (j *Import) OutputFiles(tag string) (android.Paths, error) {
	switch tag {
	case ".jar":
	case "", ".jar":
		return android.Paths{j.combinedClasspathFile}, nil
	default:
		return nil, fmt.Errorf("unsupported module reference tag %q", tag)