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

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.

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)