aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/tflite_mobilenet.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/tflite_mobilenet.BUILD')
-rw-r--r--third_party/tflite_mobilenet.BUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/third_party/tflite_mobilenet.BUILD b/third_party/tflite_mobilenet.BUILD
index 75663eff48..de47ed61f9 100644
--- a/third_party/tflite_mobilenet.BUILD
+++ b/third_party/tflite_mobilenet.BUILD
@@ -2,9 +2,8 @@ package(default_visibility = ["//visibility:public"])
licenses(["notice"]) # Apache 2.0
-filegroup(
- name = "model_files",
- srcs = glob(
+exports_files(
+ glob(
["**/*"],
exclude = [
"BUILD",