Skip to content

Commit

Permalink
Fix Java build
Browse files Browse the repository at this point in the history
Not sure if we should rather set `--incompatible_disallow_resource_jars=false` but this seems to work well.

For more info see bazelbuild/bazel#13221
  • Loading branch information
lgeiger committed May 4, 2022
1 parent da4fc45 commit 1aac680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion larq_compute_engine/tflite/java/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android_library(

java_library(
name = "tensorflowlite_java",
resource_jars = [
runtime_deps = [
"@org_tensorflow//tensorflow/lite/java:tensorflowlite",
],
)
Expand Down

0 comments on commit 1aac680

Please sign in to comment.