diff options
| author | 2022-08-19 10:57:42 +0000 | |
|---|---|---|
| committer | 2022-08-19 10:57:42 +0000 | |
| commit | 29d16678469e3d24dbbd05f184e5c4e21ae859b0 (patch) | |
| tree | 61ce72d104c9c7546a07f3a27afb201b77b9d3ee /python/python.go | |
| parent | 736664571b62d699c1b20f8a2a698626ade0518e (diff) | |
| parent | d079e0b2708ce0f4cce470db929f28dd8d2b0e80 (diff) | |
Merge "Reformat build/soong for go 1.19"
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) |