diff options
Diffstat (limited to 'python/python.go')
| -rw-r--r-- | python/python.go | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/python/python.go b/python/python.go index b3e3d13b2..a078c0b58 100644 --- a/python/python.go +++ b/python/python.go @@ -125,6 +125,7 @@ type pathMapping struct {  type Module struct {  	android.ModuleBase  	android.DefaultableModuleBase +	android.BazelModuleBase  	properties      BaseProperties  	protoProperties android.ProtoProperties |