aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Adam Michael <ajmichael@google.com>2017-03-23 18:40:51 +0000
committerGravatar Yue Gan <yueg@google.com>2017-03-24 12:16:55 +0000
commit9b7330fb2ec743f6e36b53e71ca39459a4ab4282 (patch)
tree52803cc03b10ac658603a78e1ab02e71a49dd877 /.gitignore
parent40bf169dfad2a3285d255c9100450b29be63202c (diff)
Simplify the steps needed to run android_integration_test.
As of Bazel 0.4.5, the android_sdk_for_test and android_ndk_for_test are bound in android.WORKSPACE, so we do not need to include them in the main Bazel WORKSPACE file. I've update the comments to reflect that all that is needed to run the tests is android_sdk_repository and android_ndk_repository and the environment variables that they read. Also, delete scripts/workspace_user.sh. All of its functionality (reading environment variables, detecting api levels, build tools versions) is now part of android_{s,n}dk_repository. Fixes https://github.com/bazelbuild/bazel/issues/2284. -- PiperOrigin-RevId: 151032551 MOS_MIGRATED_REVID=151032551
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a345b8813d..62dc648893 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,6 @@
/.idea/
/.project
/.settings
-/WORKSPACE.user.bzl
/bazel.iml
# Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into.