Skip to content

Commit

Permalink
Guard audio task build.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 372475561
  • Loading branch information
xunkai55 authored and tflite-support-robot committed May 7, 2021
1 parent a748ac0 commit 824a979
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ android_library(
javacopts = ["-source 7 -target 7"],
manifest = "AndroidManifest.xml",
visibility = ["//visibility:public"],
# LINT.IfChange(dep)
deps = [
"//tensorflow_lite_support/java:tensorflowlite_support_java",
"//tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/core:base_task_api",
"//tensorflow_lite_support/java/src/native/task/audio:task_audio_native",
"@com_google_auto_value",
"@org_tensorflow//tensorflow/lite/java:tensorflowlite_java",
],
# LINT.ThenChange(<INTERNAL>/release/build_task_pom.sh:dep)
)

# AAR target for OSS release.
Expand Down

0 comments on commit 824a979

Please sign in to comment.