aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Steven Dee <steven@choosemuse.com>2016-02-02 16:32:23 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-02-02 18:13:56 +0000
commitc74d3e4d9f2340c4a53f818f052df72a824660c0 (patch)
tree1e9598dfc631fb0e0cde76423f8243de2e4889e1 /WORKSPACE
parent852e9e5cc9ca4ad10a8097ba2dc74cc4446dade8 (diff)
Get android path from env (fixes #746)
-- Change-Id: Ideb2011d23da470276420afcc8b5a71f1470f391 Reviewed-on: https://bazel-review.googlesource.com/#/c/2771 MOS_MIGRATED_REVID=113639747
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE35
1 files changed, 4 insertions, 31 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 1cb41a8e00..76cbc6fcbd 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -12,37 +12,10 @@ jsonnet_repositories()
rust_repositories()
sass_repositories()
-# In order to run the Android integration tests, uncomment these rules, point
-# them to the Android NDK and the SDK, and point the bind rules under them
-# to @repository//:files .
-# android_sdk_repository(
-# name = "androidsdk",
-# path = "/path/to/sdk",
-# # Available versions are under /path/to/sdk/build-tools/.
-# build_tools_version = "21.1.1",
-# # Available versions are under /path/to/sdk/platforms/.
-# api_level = 19,
-# )
-
-# android_ndk_repository(
-# name = "androidndk",
-# path = "/path/to/ndk",
-# 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",
-)
+# In order to run the Android integration tests, run
+# scripts/workspace_user.sh and uncomment the next two lines.
+# load("/WORKSPACE.user", "android_repositories")
+# android_repositories()
# only used for the scala rule
new_http_archive(