aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/android-instrumentation-test.md
diff options
context:
space:
mode:
authorGravatar Jingwen Chen <jingwen@google.com>2018-04-12 10:22:30 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-12 10:24:21 -0700
commitb8a718432476a19677d9617f9647300ea061348b (patch)
tree13ed5d4acf5bf2ffcdc36526837804a29218e9d0 /site/docs/android-instrumentation-test.md
parent8a9765000231a7b92f1948b8f1f2cbd5ff899426 (diff)
Add note about Skylark migration in android_instrumentation_test doc
Closes #5008. PiperOrigin-RevId: 192629969
Diffstat (limited to 'site/docs/android-instrumentation-test.md')
-rw-r--r--site/docs/android-instrumentation-test.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/docs/android-instrumentation-test.md b/site/docs/android-instrumentation-test.md
index b331b85226..55d863562b 100644
--- a/site/docs/android-instrumentation-test.md
+++ b/site/docs/android-instrumentation-test.md
@@ -536,3 +536,7 @@ API_LEVELS = [
- Windows support
- Improved external dependency management
- Remote test caching and execution
+
+We are planning to rewrite the Android rules in [Skylark](https://docs.bazel.build/versions/master/skylark/concepts.html).
+The `android_instrumentation_test` rule will be part of the rewrite, however,
+its usage will remain unchanged from the end-user perspective.