commit | 2368e9ea9e621862eec4d5b4a37afa5698c8143f | [log] [tgz] |
---|---|---|
author | Aditya Choudhary <caditya@google.com> | Thu Nov 09 20:07:52 2023 +0000 |
committer | Aditya Choudhary <caditya@google.com> | Tue Nov 21 14:06:57 2023 +0000 |
tree | 3495fc9edcd2c2062742e9f495be772c891b3999 | |
parent | b91108c9c07c45ff708030114372db6d217b4e2d [diff] [blame] |
Add Singleton class to collect and validate test spec metadata. Bug: 296873595 Test: Manual testing (Will add unit test case in the next change.) Change-Id: Ic4177c5f76602088d52a31ca8d9fbaa703855837
diff --git a/testing/Android.bp b/testing/Android.bp index 26a7d93..85e6a8b 100644 --- a/testing/Android.bp +++ b/testing/Android.bp
@@ -12,6 +12,7 @@ ], srcs: [ + "all_test_specs.go", "test_spec.go", "init.go", ],