From aceca060b9f27951c86ef0207afbb5d4553bc9bf Mon Sep 17 00:00:00 2001 From: Jingwen Chen Date: Mon, 23 Jul 2018 08:07:29 -0700 Subject: Add Bazel + Android codelab to Android Resources page Closes #5598. PiperOrigin-RevId: 205662280 --- site/docs/bazel-and-android.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3