Test: xml files are usable by the tradefed rule. Change-Id: Ifef40fb6cf6a4e5e4be6541dc031628409a710ee
5 lines
77 B
Python
5 lines
77 B
Python
# Export tradefed templates for tests.
|
|
exports_files(
|
|
glob(["*.xml"]),
|
|
)
|