Use OutputFilesProvider on java modules
In the context of incremental soong, the output files inter-module-communication will be through OutputFilesProvider. The OutputFileProducer interface will be deprecated. Test: CI Bug: 339477385 Change-Id: I3c9f0b766325dd490bc903dc65259c3953d34606
This commit is contained in:
@@ -119,10 +119,7 @@ func TestAppSplits(t *testing.T) {
|
||||
foo.Output(expectedOutput)
|
||||
}
|
||||
|
||||
outputFiles, err := foo.Module().(*AndroidApp).OutputFiles("")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
outputFiles := foo.OutputFiles(t, "")
|
||||
android.AssertPathsRelativeToTopEquals(t, `OutputFiles("")`, expectedOutputs, outputFiles)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user