commit | a136147c9c0b27cc1508fcb80fd19accbe7b0121 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Sep 05 01:46:19 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Sep 05 01:46:19 2024 +0000 |
tree | b261d08719daa7ba491f90ca964a24a6560cf50e | |
parent | c61d0a412e97e4ee36507661f15f59831bac51d7 [diff] | |
parent | 74408202e3cc0c43658553d9ff1c58208e1d451a [diff] |
Merge "Add VINTF fragment modules into required libs of modules-info" into main
diff --git a/android/module.go b/android/module.go index c50d1a3..009b0df 100644 --- a/android/module.go +++ b/android/module.go
@@ -1997,7 +1997,7 @@ TargetDependencies: targetRequired, HostDependencies: hostRequired, Data: data, - Required: m.RequiredModuleNames(ctx), + Required: append(m.RequiredModuleNames(ctx), m.VintfFragmentModuleNames(ctx)...), } SetProvider(ctx, ModuleInfoJSONProvider, ctx.moduleInfoJSON) }