xref: /aosp_15_r20/external/federated-compute/fcp/patches/tensorflow_zlib.patch (revision 14675a029014e728ec732f129a32e299b2da0601)
1--- third_party/zlib.BUILD
2+++ third_party/zlib.BUILD
3@@ -31,7 +31,7 @@
4         "zutil.c",
5         "zutil.h",
6     ],
7-    hdrs = ["zlib.h"],
8+    hdrs = ["zconf.h", "zlib.h"],
9     copts = select({
10         "@org_tensorflow//tensorflow:windows": [],
11         "//conditions:default": [
12