Merge "Fix se_policy_conf file output stem"

This commit is contained in:
Treehugger Robot 2022-02-10 03:08:30 +00:00 committed by Gerrit Code Review
commit 099b15ea2e

View file

@ -200,7 +200,7 @@ func findPolicyConfOrder(name string) int {
}
func (c *policyConf) transformPolicyToConf(ctx android.ModuleContext) android.OutputPath {
conf := android.PathForModuleOut(ctx, "conf").OutputPath
conf := android.PathForModuleOut(ctx, c.stem()).OutputPath
rule := android.NewRuleBuilder(pctx, ctx)
srcs := android.PathsForModuleSrc(ctx, c.properties.Srcs)