forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move //tools/third_party to //third_party
This better matches Bazel conventions, and paves the way for tools to stop being build-system-only contents.
- Loading branch information
1 parent
b70ac0e
commit efb89bd
Showing
27 changed files
with
41 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# -*- python -*- | ||
|
||
load("//tools:lint.bzl", "add_lint_tests") | ||
|
||
package(default_visibility = ["//visibility:public"]) | ||
|
||
exports_files( | ||
["com_github_bazelbuild_bazel/tools/cpp/osx_cc_wrapper.sh"], | ||
visibility = [ | ||
"//drake/common:__pkg__", | ||
"//tools:__pkg__", | ||
], | ||
) | ||
|
||
exports_files( | ||
["net_sf_jchart2d_jchart2d/LICENSE"], | ||
visibility = ["//tools/install/jchart2d:__pkg__"], | ||
) | ||
|
||
exports_files( | ||
["com_github_robotlocomotion_libbot2/LICENSE.ldpc"], | ||
visibility = ["@libbot//:__pkg__"], | ||
) | ||
|
||
add_lint_tests() |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
exec third_party/com_github_bazelbuild_bazel/tools/cpp/osx_cc_wrapper.sh "$@" |