aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/bazel-and-android.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/bazel-and-android.md')
-rw-r--r--site/docs/bazel-and-android.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/docs/bazel-and-android.md b/site/docs/bazel-and-android.md
index 1e05344cc1..a5820a34c1 100644
--- a/site/docs/bazel-and-android.md
+++ b/site/docs/bazel-and-android.md
@@ -16,6 +16,8 @@ The following resources will help you work with Bazel on Android projects:
* [Tutorial: Building an Android app](tutorial/android-app.html). This tutorial
is a good place to start learning about Bazel commands and concepts, and how
to build Android apps with Bazel.
+* [Codelab: Building Android Apps with Bazel](https://codelabs.developers.google.com/codelabs/bazel-android-intro/index.html).
+ This codelab explains how to build Android apps with Bazel.
* [Android rules](https://docs.bazel.build/versions/master/be/android.html).
The Build Encyclopedia describes the rules you can use to build and test
Android apps with Bazel.