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

Commit ffac9be8 authored by Joe Onorato's avatar Joe Onorato
Browse files

Allow access to the generated srcjars for GeneratedJavaLibrary

Bug: 293195086
Test: m
Change-Id: I42cf0238241314376f5fe0091cde9bef196f4b9d
parent 35f45872
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -622,6 +622,8 @@ func (j *Module) OutputFiles(tag string) (android.Paths, error) {
			return android.Paths{j.dexer.proguardDictionary.Path()}, nil
		}
		return nil, fmt.Errorf("%q was requested, but no output file was found.", tag)
	case ".generated_srcjars":
		return j.properties.Generated_srcjars, nil
	default:
		return nil, fmt.Errorf("unsupported module reference tag %q", tag)
	}