aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Jingwen Chen <jingwen@google.com>2018-07-23 08:07:29 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-23 08:08:42 -0700
commitaceca060b9f27951c86ef0207afbb5d4553bc9bf (patch)
treec0581a86f6d9de770a6fd61257c9d18f709e8ce6 /site
parenta339070e26057c29da8b6435b61772ad09b8584a (diff)
Add Bazel + Android codelab to Android Resources page
Closes #5598. PiperOrigin-RevId: 205662280
Diffstat (limited to 'site')
-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.