5 lines
77 B
Python
5 lines
77 B
Python
|
# Export tradefed templates for tests.
|
||
|
exports_files(
|
||
|
glob(["*.xml"]),
|
||
|
)
|