diff options
Diffstat (limited to 'android/module.go')
| -rw-r--r-- | android/module.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/android/module.go b/android/module.go index d7f0537f7..21ca9be8b 100644 --- a/android/module.go +++ b/android/module.go @@ -902,6 +902,9 @@ type ModuleBase struct { installedInitRcPaths InstallPaths installedVintfFragmentsPaths InstallPaths + // Merged Aconfig files for all transitive deps. + aconfigFilePaths Paths + // set of dependency module:location mappings used to populate the license metadata for // apex containers. licenseInstallMap []string |