aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-10-05 18:03:03 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2015-10-06 07:03:33 +0000
commitbf01d8424cae8a1c141106c26fab44a2c3c6f85b (patch)
tree4da3b687fce0cf5590801084a00305187e9405fd /WORKSPACE
parentdc17eb30959578298a38af7fb38aef8c1eb165f6 (diff)
Add more detail to the android integration test instructions
-- MOS_MIGRATED_REVID=104674208
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE8
1 files changed, 7 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index f9d107a03c..e5bdd02a5c 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -64,23 +64,29 @@ new_http_archive(
# android_sdk_repository(
# name = "androidsdk",
# path = "/path/to/sdk",
+# # Available versions are under build-tools/.
# build_tools_version = "21.1.1",
+# # Available versions are under platforms/.
# api_level = 19,
# )
# android_ndk_repository(
# name = "androidndk",
# path = "/path/to/ndk",
-# api_level = 19,
+# api_level = 19, # Set this to the SDK's api_level.
# )
bind(
name = "android_sdk_for_testing",
+ # Uncomment and delete the //:dummy line to run integration tests.
+# actual = "@androidsdk//:files",
actual = "//:dummy",
)
bind(
name = "android_ndk_for_testing",
+ # Uncomment and delete the //:dummy line to run integration tests.
+# actual = "@androidndk//:files",
actual = "//:dummy",
)