Add enforced RRO support to Soong am: 890ff551f7 am: 4713d17c35

am: 946db4ba81

Change-Id: I7c5a3120f8e9f7c5f8bef26ecf570924fda6df26
This commit is contained in:
Colin Cross
2017-12-01 22:20:49 +00:00
committed by android-build-merger
4 changed files with 205 additions and 13 deletions

View File

@@ -131,7 +131,7 @@ func (m TestingModule) Output(file string) BuildParams {
outputs = append(outputs, p.Output)
}
for _, f := range outputs {
if f.Rel() == file {
if f.String() == file || f.Rel() == file {
return p
}
}