Merge "Remove comments in service_contexts" am: 97a5408aca
am: 7d9b05e014
am: ebe909c195
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2564530 Change-Id: Iee037919d9ca5ee962aef517ff628a5e9e6e4452 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
f5d8bbb320
1 changed files with 3 additions and 3 deletions
|
@ -333,7 +333,7 @@ func fileFactory() android.Module {
|
|||
return m
|
||||
}
|
||||
|
||||
func (m *selinuxContextsModule) buildHwServiceContexts(ctx android.ModuleContext, inputs android.Paths) android.Path {
|
||||
func (m *selinuxContextsModule) buildServiceContexts(ctx android.ModuleContext, inputs android.Paths) android.Path {
|
||||
if m.properties.Remove_comment == nil {
|
||||
m.properties.Remove_comment = proptools.BoolPtr(true)
|
||||
}
|
||||
|
@ -478,7 +478,7 @@ func (m *selinuxContextsModule) buildSeappContexts(ctx android.ModuleContext, in
|
|||
|
||||
func hwServiceFactory() android.Module {
|
||||
m := newModule()
|
||||
m.build = m.buildHwServiceContexts
|
||||
m.build = m.buildServiceContexts
|
||||
return m
|
||||
}
|
||||
|
||||
|
@ -491,7 +491,7 @@ func propertyFactory() android.Module {
|
|||
|
||||
func serviceFactory() android.Module {
|
||||
m := newModule()
|
||||
m.build = m.buildGeneralContexts
|
||||
m.build = m.buildServiceContexts
|
||||
return m
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue