diff options
| author | Sasha Smundak <asmundak@google.com> | 2019-02-12 17:12:08 -0800 |
|---|---|---|
| committer | Sasha Smundak <asmundak@google.com> | 2019-02-19 16:58:43 -0800 |
| commit | ff36da04e8dc8e368df0c3df571f3ca07c195ca1 (patch) | |
| tree | 134f924f99a115227e33198ceae27246ef808779 /Android.bp | |
| parent | bce06b6840c1717b2c63ef7de4f6412b6ba1614c (diff) | |
| download | build_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.bp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", ], } |
