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
- Host: GitHub
- URL: https://github.com/arunkumar9t2/bazel-playground
- Owner: arunkumar9t2
- Created: 2022-07-09T13:38:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T23:10:02.000Z (almost 3 years ago)
- Last Synced: 2025-06-05T04:49:20.410Z (about 1 year ago)
- Language: Starlark
- Size: 42.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`