Skip to content

Commit

Permalink
Update Flatbuffer Java source root build file
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 547300075
  • Loading branch information
tensorflower-gardener authored and tflite-support-robot committed Jul 11, 2023
1 parent 0e54ac3 commit 1332286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/flatbuffers/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ py_library(

filegroup(
name = "runtime_java_srcs",
srcs = glob(["java/com/google/flatbuffers/**/*.java"]),
srcs = glob(["java/src/main/java/com/google/flatbuffers/**/*.java"]),
)

java_library(
Expand Down

0 comments on commit 1332286

Please sign in to comment.