aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authoryelinhsieh <yelinhsieh@google.com>2018-11-06 11:49:55 +0800
committerYelin Hsieh <yelinhsieh@google.com>2019-01-14 03:30:06 +0000
commit80880a3460a96bd48dce17e3bfa5aec69faf732d (patch)
tree64ea06054bf082f478c0961fd8a15ec9ecdaf58b /Android.bp
parent98975c301e6be189e505c4c16b0fbde94f577f76 (diff)
downloadbuild_soong-80880a3460a96bd48dce17e3bfa5aec69faf732d.tar.gz
build_soong-80880a3460a96bd48dce17e3bfa5aec69faf732d.tar.bz2
build_soong-80880a3460a96bd48dce17e3bfa5aec69faf732d.zip
Autogen python test config.
Feature request from developer, autogen python test config. Bug:118442443 Test: $source build/envsetup.sh ; lunch $sed -i '/test_config/d' tools/acloud/Android.bp $make acloud_test $[ -f $ANDROID_HOST_OUT_TESTCASES/acloud_test/acloud_test.config ] && echo "Found" || echo "Not found" Change-Id: I196230581b456afe03e67f9cd84c028d18ba08d9
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index d5f052e5..b4a9d30d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -285,6 +285,7 @@ bootstrap_go_package {
deps: [
"blueprint",
"soong-android",
+ "soong-tradefed",
],
srcs: [
"python/androidmk.go",