An open API service indexing awesome lists of open source software.

https://github.com/arunkumar9t2/bazel-playground

Exploring bazel topics
https://github.com/arunkumar9t2/bazel-playground

Last synced: 3 months ago
JSON representation

Exploring bazel topics

Awesome Lists containing this project

README

          

### Bazel Playground

Try locally

1. Install bazelisk `brew install bazelisk`
2. Build a bazel binary
with `bazelisk b -c opt //src:bazel //tools/android/runtime_deps:android_tools.tar.gz`
3. Copy `bazel-bin/src/bazel` to this repo's `tools/bazel`
4. Extract android tools to `tools/android`
with `tar -xf bazel-bin/tools/android/runtime_deps/android_tools.tar.gz -C /bazel-playground/tools/android`
5. Use `bazelisk query //...` to find targets to build and build with `bazel.sh`