| Index: docs/android_test_instructions.md
|
| diff --git a/docs/android_test_instructions.md b/docs/android_test_instructions.md
|
| index ee67bfd569527b9b49b0de9e1f9a42e0d7874ae6..522b2372628e2b944588b7383d6400507c789bba 100644
|
| --- a/docs/android_test_instructions.md
|
| +++ b/docs/android_test_instructions.md
|
| @@ -94,6 +94,8 @@ settings, since Chromium requires it to render.
|
| It may not be immediately obvious where your test code gets compiled to, so here
|
| are some general rules:
|
|
|
| +* If your test code lives under /base, it will be built as part of the
|
| + base_unittests_apk.
|
| * If your test code lives under /content, it will probably be built as part of
|
| the content_shell_test_apk
|
| * If your test code lives under /chrome (or higher), it will probably be built
|
|
|