Merge "Remove OutputFiles method from llndk_libraries_txt and sanitizer_libraries_txt" into main
This commit is contained in:
@@ -184,10 +184,6 @@ func (txt *llndkLibrariesTxtModule) SubDir() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (txt *llndkLibrariesTxtModule) OutputFiles(tag string) (android.Paths, error) {
|
||||
return android.Paths{txt.outputFile}, nil
|
||||
}
|
||||
|
||||
func llndkMutator(mctx android.BottomUpMutatorContext) {
|
||||
m, ok := mctx.Module().(*Module)
|
||||
if !ok {
|
||||
|
@@ -1899,7 +1899,3 @@ func (txt *sanitizerLibrariesTxtModule) BaseDir() string {
|
||||
func (txt *sanitizerLibrariesTxtModule) SubDir() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
func (txt *sanitizerLibrariesTxtModule) OutputFiles(tag string) (android.Paths, error) {
|
||||
return android.Paths{txt.outputFile}, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user