diff options
| author | 2021-03-11 04:21:41 +0000 | |
|---|---|---|
| committer | 2021-03-11 04:21:41 +0000 | |
| commit | 6aeb2911d85880325d21cab631b5564a1f0d1a34 (patch) | |
| tree | fa851b1a691c92e283f39ca86e06aaf8eb007ec9 /python/python.go | |
| parent | 215725913c3b87cd3046843858dc09e0eeb82cbb (diff) | |
| parent | 13b9b42f8fe775e852c7837c51c609ee9c0eb631 (diff) | |
Merge "bp2build: add python_binary_host converter."
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 |