We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7001e1d commit cfc472bCopy full SHA for cfc472b
1 file changed
scripts/patch_tfjava.py
@@ -914,7 +914,7 @@ def patch_workspace(path: Path) -> None:
914
copts = tf_copts(android_optimization_level_override = None) + tf_opts_nortti_if_lite_protos() + if_ios(["-Os"]),
915
defines = ["SUPPORT_SELECTIVE_REGISTRATION"] + tf_portable_full_lite_protos(
916
full = [],
917
-@@ -1390,11 +1390,18 @@
+@@ -1390,11 +1390,19 @@
918
"notap",
919
],
920
visibility = ["//visibility:public"],
@@ -948,7 +948,7 @@ def patch_workspace(path: Path) -> None:
948
copts = tf_copts() + tf_opts_nortti_if_lite_protos(),
949
features = tf_features_nomodules_if_mobile(),
950
tags = [
951
-@@ -1493,13 +1500,13 @@
+@@ -1493,12 +1500,13 @@
952
953
954
0 commit comments