We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dbb5e commit 1be0807Copy full SHA for 1be0807
1 file changed
scripts/patch_tfjava.py
@@ -1500,8 +1500,7 @@ def write_tensorflow_android_absl_patch(path: Path) -> None:
1500
text += TF_C_API_EXPERIMENTAL_CC_PATCH
1501
text += SAVED_MODEL_ANDROID_LOADER_PATCH
1502
text += TENSORFLOW_FRAMEWORK_ANDROID_PATCH
1503
- text += ANDROID_PORTABLE_LIB_SHIM_PATCH
1504
- text = normalize_unified_diff_hunk_counts(text)
+ text += normalize_unified_diff_hunk_counts(ANDROID_PORTABLE_LIB_SHIM_PATCH)
1505
if not text.endswith("\n"):
1506
text += "\n"
1507
path.write_text(text, encoding="utf-8")
0 commit comments