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

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

Revert "Use VisitDirectDepsProxy in GenerateBuildActions and remove the"

This reverts commit 6c1a6354.

Reason for revert: DroidMonitor: Potential culprit for http://b/378544804 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Change-Id: I945c78e3ab4f321e2db99a3193cf35fd8b307073
parent 6c1a6354
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