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

Commit 812f4941 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

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

Change-Id: I1929fc87e5fc1dba374c65acdec14871c2c9ff91
parents e9adce21 479ed0c3
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)