Merge "Fix se_policy_conf file output stem"
This commit is contained in:
commit
099b15ea2e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue