diff options
Diffstat (limited to 'python/python.go')
-rw-r--r-- | python/python.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python.go b/python/python.go index eb0d3cad0..836416947 100644 --- a/python/python.go +++ b/python/python.go @@ -438,9 +438,9 @@ func (p *Module) anySrcHasExt(ctx android.BottomUpMutatorContext, ext string) bo } // DepsMutator mutates dependencies for this module: -// * handles proto dependencies, -// * if required, specifies launcher and adds launcher dependencies, -// * applies python version mutations to Python dependencies +// - handles proto dependencies, +// - if required, specifies launcher and adds launcher dependencies, +// - applies python version mutations to Python dependencies func (p *Module) DepsMutator(ctx android.BottomUpMutatorContext) { android.ProtoDeps(ctx, &p.protoProperties) |