commit | b200c17dfc2122ab72e0964a438add64ced0cdbc | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Jan 02 17:35:35 2017 -0800 |
committer | Brian Silverman <bsilver16384@gmail.com> | Wed Jan 04 19:33:48 2017 -0800 |
tree | 7825feeab22ddad4a2ef53bd9ce0fc8b08e02347 | |
parent | f2a50ba841f843e01da373aaad271974ea4fa99e [diff] [blame] |
Upgrade to a new Bazel version This one has better performance and various new features. It also prevents us from falling too far behind upstream. Change-Id: I3b8e1c5bda886ea2e990523af9e6de2434c784be
diff --git a/tools/cpp/arm-frc-linux-gnueabi/BUILD b/tools/cpp/arm-frc-linux-gnueabi/BUILD index 17a10c2..95000c3 100644 --- a/tools/cpp/arm-frc-linux-gnueabi/BUILD +++ b/tools/cpp/arm-frc-linux-gnueabi/BUILD
@@ -77,3 +77,10 @@ ':strip', ], ) + +filegroup( + name = 'libs', + srcs = glob([ + 'libs/**', + ]), +)