From e25209c872bcc5450ce5d5b06f0819c05e978e89 Mon Sep 17 00:00:00 2001 From: Shashi Shekhar Date: Tue, 30 Oct 2018 10:32:53 -0700 Subject: [PATCH] Fix build for android_png_internal. PiperOrigin-RevId: 219323881 --- tensorflow/core/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD index 4628258efc4..97e43bcb4c7 100644 --- a/tensorflow/core/BUILD +++ b/tensorflow/core/BUILD @@ -2405,7 +2405,6 @@ cc_library( ]), hdrs = [ "lib/bfloat16/bfloat16.h", - "lib/core/casts.h", "lib/core/stringpiece.h", "lib/png/png_io.h", "platform/byte_order.h",