Skip to content

Commit cfc472b

Browse files
committed
build: fix portable shim patch hunk counts
1 parent 7001e1d commit cfc472b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/patch_tfjava.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ def patch_workspace(path: Path) -> None:
914914
copts = tf_copts(android_optimization_level_override = None) + tf_opts_nortti_if_lite_protos() + if_ios(["-Os"]),
915915
defines = ["SUPPORT_SELECTIVE_REGISTRATION"] + tf_portable_full_lite_protos(
916916
full = [],
917-
@@ -1390,11 +1390,18 @@
917+
@@ -1390,11 +1390,19 @@
918918
"notap",
919919
],
920920
visibility = ["//visibility:public"],
@@ -948,7 +948,7 @@ def patch_workspace(path: Path) -> None:
948948
copts = tf_copts() + tf_opts_nortti_if_lite_protos(),
949949
features = tf_features_nomodules_if_mobile(),
950950
tags = [
951-
@@ -1493,13 +1500,13 @@
951+
@@ -1493,12 +1500,13 @@
952952
"notap",
953953
],
954954
visibility = ["//visibility:public"],

0 commit comments

Comments
 (0)