https://github.com/morfly/bazel-for-android-samples
Sample projects that show how to build Android apps with Bazel build system.
https://github.com/morfly/bazel-for-android-samples
Last synced: 5 months ago
JSON representation
Sample projects that show how to build Android apps with Bazel build system.
- Host: GitHub
- URL: https://github.com/morfly/bazel-for-android-samples
- Owner: Morfly
- License: mit
- Created: 2021-12-03T04:53:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T17:20:32.000Z (almost 4 years ago)
- Last Synced: 2025-02-27T15:45:09.406Z (10 months ago)
- Language: Starlark
- Homepage:
- Size: 16.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bazel for Android
This repository contains sample projects that show how to build Android apps with Bazel build system.
## Materials
You can find more details about each sample project from a series of blog posts **Bazel for Android**:
- [Part 1 - Getting started](https://proandroiddev.com/part-1-creating-bazel-android-apps-from-scratch-getting-started-84485295cfce)
- [Part 2 - Multi-module projects](https://proandroiddev.com/bazel-for-android-part-2-multi-module-projects-4495bb6826f7)