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

Commit 1b4c46f5 authored by Treehugger Robot's avatar Treehugger Robot
Browse files

Merge "Add apex name to description" am: 2fe818f8 am: 0c7a78cf

Change-Id: I4eb7988d93b1e3f7bc549cd4d98edd1c441cd465
parents e6034100 0c7a78cf
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1112,6 +1112,9 @@ func (m *ModuleBase) GenerateBuildActions(blueprintCtx blueprint.ModuleContext)
	if !ctx.PrimaryArch() {
		suffix = append(suffix, ctx.Arch().ArchType.String())
	}
	if apex, ok := m.module.(ApexModule); ok && !apex.IsForPlatform() {
		suffix = append(suffix, apex.ApexName())
	}

	ctx.Variable(pctx, "moduleDesc", desc)