summaryrefslogtreecommitdiff
path: root/genrule
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2024-12-20 23:31:32 +0000
committer Yu Liu <yudiliu@google.com> 2025-01-08 23:28:12 +0000
commit8024b92aa2edf9a2c0dcab4dc40a081b002146da (patch)
treef564bb72582ea466cebc57054465d820a1ac6e95 /genrule
parent63ee59d96214105d5a0b134ab06671745c5ed8ea (diff)
Convert depsToPaths to use ModuleProxy for both cc and rust.
Bug: 377723687 Test: Unit tests and compare the ninja and mk files generated. Change-Id: Id465f293c3615fc803b34c990f19b4386ebece1c
Diffstat (limited to 'genrule')
-rw-r--r--genrule/genrule.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/genrule/genrule.go b/genrule/genrule.go
index 6137c707a..9a8524bc7 100644
--- a/genrule/genrule.go
+++ b/genrule/genrule.go
@@ -88,9 +88,7 @@ func init() {
}
type SourceFileGenerator interface {
- GeneratedSourceFiles() android.Paths
- GeneratedHeaderDirs() android.Paths
- GeneratedDeps() android.Paths
+ android.SourceFileGenerator
}
// Alias for android.HostToolProvider