platform_build/core/BUILD
Kevin Dagostino ceacee8525 export tradefed .xml templates for tests
Test: xml files are usable by the tradefed rule.
Change-Id: Ifef40fb6cf6a4e5e4be6541dc031628409a710ee
2022-11-03 05:31:28 +00:00

4 lines
77 B
Python

# Export tradefed templates for tests.
exports_files(
glob(["*.xml"]),
)