commit | d87e516643dde77fe87886d6d49394d72eb9cd35 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sat Feb 20 21:03:39 2016 -0500 |
committer | Brian Silverman <brians> | Sat Mar 05 01:44:55 2016 -0500 |
tree | 3a2bdb15aef9209b871baccc79ef33070a9d0b9c | |
parent | e63234ac00e06536ccad78c3e1a6e81e128b1c97 [diff] |
Don't build WPILib filters They want to #include .inc files, and we're not using them. Change-Id: Iae92ff7ef08c664f4d6f8b79285b1bb5c413fdd1
diff --git a/third_party/allwpilib_2016/BUILD b/third_party/allwpilib_2016/BUILD index 330b330..bdaa0f9 100644 --- a/third_party/allwpilib_2016/BUILD +++ b/third_party/allwpilib_2016/BUILD
@@ -24,6 +24,8 @@ 'hal/lib/Shared/*.cpp', 'networktables/ntcore/src/**/*.cpp', + ], [ + 'wpilibc/shared/*/Filters/**/*', ]), copts = [ '-Wno-unused-parameter',