commit | ceacee8525e1dc54801839747b350405be1222d6 | [log] [tgz] |
---|---|---|
author | Kevin Dagostino <kevindagostino@google.com> | Thu Nov 03 05:30:34 2022 +0000 |
committer | Kevin Dagostino <kevindagostino@google.com> | Thu Nov 03 05:31:28 2022 +0000 |
tree | d02a6d137b98601217fdeeee41d9a3aac8728cd0 | |
parent | e2137bae029cf93905e6076f3f3490b3820a36fa [diff] [blame] |
export tradefed .xml templates for tests Test: xml files are usable by the tradefed rule. Change-Id: Ifef40fb6cf6a4e5e4be6541dc031628409a710ee
diff --git a/core/BUILD b/core/BUILD new file mode 100644 index 0000000..3e69e62 --- /dev/null +++ b/core/BUILD
@@ -0,0 +1,4 @@ +# Export tradefed templates for tests. +exports_files( + glob(["*.xml"]), +)