export tradefed .xml templates for tests

Test: xml files are usable by the tradefed rule.
Change-Id: Ifef40fb6cf6a4e5e4be6541dc031628409a710ee
This commit is contained in:
Kevin Dagostino
2022-11-03 05:30:34 +00:00
parent e2137bae02
commit ceacee8525

4
core/BUILD Normal file
View File

@@ -0,0 +1,4 @@
# Export tradefed templates for tests.
exports_files(
glob(["*.xml"]),
)