From d079e0b2708ce0f4cce470db929f28dd8d2b0e80 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Tue, 16 Aug 2022 10:27:33 -0700 Subject: Reformat build/soong for go 1.19 Test: none Change-Id: I132368f0fcbdb5ea088b5b84dbe4ccfdd9e94cad --- python/python.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/python.go') 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) -- cgit v1.2.3-59-g8ed1b