Add BUILD files for mlperf_tiny Change-Id: Ib37b7363ea41ad62c8d874849c983bbf8efe7536
diff --git a/third_party/mlperf_tiny/BUILD b/third_party/mlperf_tiny/BUILD new file mode 100644 index 0000000..c9a4ba8 --- /dev/null +++ b/third_party/mlperf_tiny/BUILD
@@ -0,0 +1,13 @@ +# Copyright 2024 Google LLC +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at# +# http://www.apache.org/licenses/LICENSE-2.0# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +package(default_visibility = ["//visibility:public"])
diff --git a/third_party/mlperf_tiny/BUILD.mlperf_tiny b/third_party/mlperf_tiny/BUILD.mlperf_tiny new file mode 100644 index 0000000..5ae2341 --- /dev/null +++ b/third_party/mlperf_tiny/BUILD.mlperf_tiny
@@ -0,0 +1,20 @@ +# Copyright 2023 Google LLC +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at# +# http://www.apache.org/licenses/LICENSE-2.0# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +package(default_visibility = ["//visibility:public"]) + +filegroup( + name = "all", + srcs = glob(["**"], exclude=["**/*.gitignore"]), +) + +exports_files(glob(["**"]))