aboutsummaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorSasha Smundak <asmundak@google.com>2019-02-12 17:12:08 -0800
committerSasha Smundak <asmundak@google.com>2019-02-19 16:58:43 -0800
commitff36da04e8dc8e368df0c3df571f3ca07c195ca1 (patch)
tree134f924f99a115227e33198ceae27246ef808779 /Android.bp
parentbce06b6840c1717b2c63ef7de4f6412b6ba1614c (diff)
downloadbuild_soong-ff36da04e8dc8e368df0c3df571f3ca07c195ca1.tar.gz
build_soong-ff36da04e8dc8e368df0c3df571f3ca07c195ca1.tar.bz2
build_soong-ff36da04e8dc8e368df0c3df571f3ca07c195ca1.zip
Implement vts_config module
Test: internal (see android/vts_config_test.go) + run 'm vts' and check that host/linux-x86/vts/android-vts.zip remians the same Change-Id: I0249a974a240e7669c3b9378c17739df8e120873 Fixes: 122617100
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 36a428a2..ee51942c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -67,6 +67,7 @@ bootstrap_go_package {
"android/testing.go",
"android/util.go",
"android/variable.go",
+ "android/vts_config.go",
"android/writedocs.go",
// Lock down environment access last
@@ -85,6 +86,7 @@ bootstrap_go_package {
"android/rule_builder_test.go",
"android/util_test.go",
"android/variable_test.go",
+ "android/vts_config_test.go",
],
}