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:
commit
2379b4582c
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