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

Commit 0c7a78cf authored by Treehugger Robot's avatar Treehugger Robot
Browse files

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

Change-Id: I7f5c3b6935399711f928ddbe96d1d485ee8136de
parents 8e254a5f 2fe818f8
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)