Sign in
bazel
/
bazel
/
c78986c44d6dbe40be32ca943b9e19e5afc69bd6
/
tools
/
osx
/
xcode_locator_stub.sh
5eb86fe
Export xcode_locator's source file under tools/osx/ to make it available for reference by future repository rules. Removes the xcode-locator binary file under tools/objc. Originally, the precompiled binary was going to be referenced, but it's easier to build from source in the repository rule.
by Chris Parsons
· 9 years ago
[Renamed from src/tools/xcode/xcodelocator/xcode_locator_stub.sh]
197543a
Move xcode-locator into src/tools packages, defining it as a target under @bazel_tools. Currently the tool still remains in embedded_binaries, but we will migrate away from that: Eventually it can simply live just under @bazel_tools.
by Chris Parsons
· 9 years ago
[Renamed from src/main/tools/xcode_locator_stub.sh]
f488818
Add xcode_locator to bazel's embedded binaries.
by Chris Parsons
· 9 years ago