aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/android/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/android/README.md')
-rw-r--r--examples/android/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/android/README.md b/examples/android/README.md
index 36f3345b68..dd0a3694aa 100644
--- a/examples/android/README.md
+++ b/examples/android/README.md
@@ -1,6 +1,10 @@
In order to build these examples, add the following two rules to the top-level `WORKSPACE` file (two directories above this file):
```python
+android_local_tools_repository(
+ name="android_tools",
+ path="<full path to the source tree of Bazel>")
+
android_sdk_repository(
name="androidsdk",
path="<full path to your Android SDK>",