Merge "Fix se_policy_conf file output stem" am: 099b15ea2e

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1978386

Change-Id: I7ad40cc5750a49f77ff015d979e140d357c1892d
This commit is contained in:
Treehugger Robot 2022-02-10 03:24:26 +00:00 committed by Automerger Merge Worker
commit 2379b4582c

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)