File tree Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
# TensorFlow Lite Support API in Java for metadata.
3
3
4
4
load ("@build_bazel_rules_android//android:rules.bzl" , "android_library" )
5
- load ("//tensorflow_lite_support/java:build_defs.bzl" , "JAVACOPTS" )
6
5
7
6
package (
8
7
default_visibility = ["//visibility:public" ],
@@ -33,11 +32,7 @@ alias(
33
32
java_library (
34
33
name = "tensorflowlite_support_metadata_lib" ,
35
34
srcs = METADATA_SRCS ,
36
- javacopts = JAVACOPTS ,
37
- resource_jars = [
38
- "//tensorflow_lite_support/metadata:libmetadata_schema_java.jar" ,
39
- "//tensorflow_lite_support/metadata:libschema_fbs_java.jar" ,
40
- ],
35
+ javacopts = ["--release 7" ],
41
36
# LINT.IfChange(dep)
42
37
deps = [
43
38
"//tensorflow_lite_support/metadata:metadata_schema_java" ,
You can’t perform that action at this time.
0 commit comments