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

Commit 059af370 authored by Yu Liu's avatar Yu Liu Committed by Gerrit Code Review
Browse files

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

parents d79ae178 4552aeb5
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -1940,9 +1940,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