Disable parse_headers for core/lib/jpeg. portable_jpeg_internal was moved from

core/, which disables parse_headers. portable_jpeg_internal currently does not
build with parse_headers enabled.

PiperOrigin-RevId: 341442420
Change-Id: Idf86de03849b8663faf8466cea86d601a2201000
This commit is contained in:
Jeremy Lau 2020-11-09 11:01:42 -08:00 committed by TensorFlower Gardener
parent ed36a74434
commit 0ee580cb41

View File

@ -15,6 +15,7 @@ load(
package(
default_visibility = ["//tensorflow/core:__pkg__"],
features = ["-parse_headers"],
licenses = ["notice"], # Apache 2.0
)