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 22# TensorFlow Lite Support API in Java for metadata.
33
44load ("@build_bazel_rules_android//android:rules.bzl" , "android_library" )
5- load ("//tensorflow_lite_support/java:build_defs.bzl" , "JAVACOPTS" )
65
76package (
87 default_visibility = ["//visibility:public" ],
@@ -33,11 +32,7 @@ alias(
3332java_library (
3433 name = "tensorflowlite_support_metadata_lib" ,
3534 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" ],
4136 # LINT.IfChange(dep)
4237 deps = [
4338 "//tensorflow_lite_support/metadata:metadata_schema_java" ,
You can’t perform that action at this time.
0 commit comments