Add enforced RRO support to Soong am: 890ff551f7
am: 4713d17c35
am: 946db4ba81
Change-Id: I7c5a3120f8e9f7c5f8bef26ecf570924fda6df26
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user