diff options
Diffstat (limited to 'python/python.go')
-rw-r--r-- | python/python.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python.go b/python/python.go index d462af12..e63c26c4 100644 --- a/python/python.go +++ b/python/python.go @@ -109,6 +109,7 @@ type pathMapping struct { type Module struct { android.ModuleBase + android.DefaultableModuleBase properties BaseProperties @@ -194,6 +195,7 @@ func (p *Module) Init() android.Module { } android.InitAndroidArchModule(p, p.hod, p.multilib) + android.InitDefaultableModule(p) return p } |