aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorNan Zhang <nanzhang@google.com>2017-05-10 13:37:54 -0700
committerNan Zhang <nanzhang@google.com>2017-05-17 11:26:00 -0700
commit5323f8e32f9e08def4a68608510062c464ed4c1e (patch)
tree5c44e3cc7343a74e054171ee72c94856ce6257d1 /Android.bp
parent2c13abc95e3e2c6c12fff6aa42262ef3296c2a1b (diff)
downloadbuild_soong-5323f8e32f9e08def4a68608510062c464ed4c1e.tar.gz
build_soong-5323f8e32f9e08def4a68608510062c464ed4c1e.tar.bz2
build_soong-5323f8e32f9e08def4a68608510062c464ed4c1e.zip
Add python_test_host module.
bug: 31676493 Test: created py_test modules in real folder. and ran 'mma'. Change-Id: I22aa2fad74b11e4a31ea7a4c4a4f0ea64cd3fc94
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d172fd5f..9f508d57 100644
--- a/Android.bp
+++ b/Android.bp
@@ -219,10 +219,13 @@ bootstrap_go_package {
"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",