commit | a3fc4ba733f566074cab3aa0fc6d477c380759ae | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Thu Jul 20 17:43:37 2017 -0700 |
committer | Nan Zhang <nanzhang@google.com> | Tue Sep 05 17:31:24 2017 -0700 |
tree | 6ce3b5285d8844c2fca0f04d69f9d22f9310a9a9 | |
parent | d4e641b6e941d8aeeebdb17786037931184dc0a2 [diff] [blame] |
Add support for python_defaults modules Test: python_test.go Change-Id: I2077414a5b06da5e660a1b48bfdb2eb926fb702f
diff --git a/python/python.go b/python/python.go index d462af1..e63c26c 100644 --- a/python/python.go +++ b/python/python.go
@@ -109,6 +109,7 @@ type Module struct { android.ModuleBase + android.DefaultableModuleBase properties BaseProperties @@ -194,6 +195,7 @@ } android.InitAndroidArchModule(p, p.hod, p.multilib) + android.InitDefaultableModule(p) return p }