Remove outputFiles from ModuleBase.

Bug: 358425833
Test: CI
Change-Id: I6c398fbdbc38b99fa62f8670baa44ffd51b5e6d3
This commit is contained in:
Yu Liu
2024-08-21 18:20:13 +00:00
parent fed2be9f98
commit 876b7ce263
3 changed files with 24 additions and 13 deletions

View File

@@ -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