platform_build/core/BUILD.bazel
Kevin Dagostino 7a9b251205 Rename BUILD file to BUILD.bazel
Using standard naming to be consistent with the rest of the bp2build workspace.

Test: b build //build/core/...
Change-Id: If81a8fb82ccd3f63d0961f8a4a37ca8be7aa4430
2022-12-01 07:31:32 +00:00

4 lines
77 B
Python

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