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

Commit 479ed0c3 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

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

Change-Id: Ia8a1d365f8ac486c38e9850856e78c32b606a256
parents 5a09f1ca faf30e19
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)