Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 624180a8 authored by Liana Kazanova's avatar Liana Kazanova Committed by Gerrit Code Review
Browse files

Merge "Revert "Use VisitDirectDepsProxy in GenerateBuildActions and remove the"" into main

parents bdec4f10 b51cd710
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1932,7 +1932,9 @@ func (m *ModuleBase) GenerateBuildActions(blueprintCtx blueprint.ModuleContext)

	if m.Enabled(ctx) {
		// ensure all direct android.Module deps are enabled
		ctx.VisitDirectDepsProxy(func(m ModuleProxy) {})
		ctx.VisitDirectDeps(func(m Module) {
			ctx.validateAndroidModule(m, ctx.OtherModuleDependencyTag(m), ctx.baseModuleContext.strictVisitDeps)
		})

		if m.Device() {
			// Handle any init.rc and vintf fragment files requested by the module.  All files installed by this