commit | 5323f8e32f9e08def4a68608510062c464ed4c1e | [log] [tgz] |
---|---|---|
author | Nan Zhang <nanzhang@google.com> | Wed May 10 13:37:54 2017 -0700 |
committer | Nan Zhang <nanzhang@google.com> | Wed May 17 11:26:00 2017 -0700 |
tree | 5c44e3cc7343a74e054171ee72c94856ce6257d1 | |
parent | 2c13abc95e3e2c6c12fff6aa42262ef3296c2a1b [diff] [blame] |
Add python_test_host module. bug: 31676493 Test: created py_test modules in real folder. and ran 'mma'. Change-Id: I22aa2fad74b11e4a31ea7a4c4a4f0ea64cd3fc94
diff --git a/Android.bp b/Android.bp index d172fd5..9f508d5 100644 --- a/Android.bp +++ b/Android.bp
@@ -219,10 +219,13 @@ "soong-android", ], srcs: [ + "python/androidmk.go", "python/binary.go", "python/builder.go", + "python/installer.go", "python/library.go", "python/python.go", + "python/test.go", ], testSrcs: [ "python/python_test.go",