Remove outputFiles from ModuleBase.
Bug: 358425833 Test: CI Change-Id: I6c398fbdbc38b99fa62f8670baa44ffd51b5e6d3
This commit is contained in:
@@ -993,6 +993,10 @@ func (p *pathContextAddMissingDependenciesWrapper) OtherModuleName(module bluepr
|
||||
|
||||
func (p *pathContextAddMissingDependenciesWrapper) Module() Module { return nil }
|
||||
|
||||
func (p *pathContextAddMissingDependenciesWrapper) GetOutputFiles() OutputFilesInfo {
|
||||
return OutputFilesInfo{}
|
||||
}
|
||||
|
||||
func TestOutputFileForModule(t *testing.T) {
|
||||
testcases := []struct {
|
||||
name string
|
||||
|
Reference in New Issue
Block a user