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

Commit 4552aeb5 authored by Yu Liu's avatar Yu Liu Committed by Gerrit Code Review
Browse files

Revert^2 "Use VisitDirectDepsProxy in GenerateBuildActions and remove the"

This reverts commit b51cd710.

Reason for revert: Reland the change since the depending cl was merged.

Change-Id: I88cbdc1b26a8ab9c91f33ec65ff43b80f324b832
parent b51cd710
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1932,9 +1932,7 @@ func (m *ModuleBase) GenerateBuildActions(blueprintCtx blueprint.ModuleContext)

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

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