summaryrefslogtreecommitdiff
path: root/android/module.go
diff options
context:
space:
mode:
author Yu Liu <yudiliu@google.com> 2024-08-29 17:07:05 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-08-29 17:07:05 +0000
commit11d8b6e8d3608f81c416fd15e98bad4cb86e46bc (patch)
tree7c4bf9d5eeb502d94897500fe1dd33016bfcca8c /android/module.go
parent88a8daf8cae89783450b349d2a4217e6ed0c4a94 (diff)
parent9a99313ac67becf1d5d7ddbc5440af934d8d1710 (diff)
Merge "Remove containersInfo, complianceMetadataInfo and aconfigFilePaths from ModuleBase." into main
Diffstat (limited to 'android/module.go')
-rw-r--r--android/module.go18
1 files changed, 0 insertions, 18 deletions
diff --git a/android/module.go b/android/module.go
index 4e46bdbb3..9f73729fb 100644
--- a/android/module.go
+++ b/android/module.go
@@ -112,9 +112,6 @@ type Module interface {
VintfFragmentModuleNames(ctx ConfigAndErrorContext) []string
ConfigurableEvaluator(ctx ConfigAndErrorContext) proptools.ConfigurableEvaluator
-
- // Get the information about the containers this module belongs to.
- ContainersInfo() ContainersInfo
}
// Qualified id for a module
@@ -839,17 +836,6 @@ type ModuleBase struct {
buildParams []BuildParams
ruleParams map[blueprint.Rule]blueprint.RuleParams
variables map[string]string
-
- // Merged Aconfig files for all transitive deps.
- aconfigFilePaths Paths
-
- // complianceMetadataInfo is for different module types to dump metadata.
- // See android.ModuleContext interface.
- complianceMetadataInfo *ComplianceMetadataInfo
-
- // containersInfo stores the information about the containers and the information of the
- // apexes the module belongs to.
- containersInfo ContainersInfo
}
func (m *ModuleBase) AddJSONData(d *map[string]interface{}) {
@@ -2089,10 +2075,6 @@ func (m *ModuleBase) moduleInfoVariant(ctx ModuleContext) string {
return variant
}
-func (m *ModuleBase) ContainersInfo() ContainersInfo {
- return m.containersInfo
-}
-
// Check the supplied dist structure to make sure that it is valid.
//
// property - the base property, e.g. dist or dists[1], which is combined with the