From fac5feee5fb8cbcee4b787b3d21245bd739e0c9e Mon Sep 17 00:00:00 2001 From: Andrew Gibiansky Date: Mon, 6 Aug 2018 22:50:11 +0000 Subject: Fix bazel issue with jpeg lib on arm v7 --- third_party/jpeg/jpeg.BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'third_party') diff --git a/third_party/jpeg/jpeg.BUILD b/third_party/jpeg/jpeg.BUILD index 663a218733..b36295ad06 100644 --- a/third_party/jpeg/jpeg.BUILD +++ b/third_party/jpeg/jpeg.BUILD @@ -272,8 +272,10 @@ cc_library( "jchuff.h", "jconfig.h", "jdct.h", + "jerror.h", "jinclude.h", "jmorecfg.h", + "jpegint.h", "jpeglib.h", "jsimd.h", "jsimddct.h", -- cgit v1.2.3