Add a echo statement to test script

We are failing to create the gtest directory with the proper XML files.
Echo out the location returned by the bazel info command to see if this
is the issue.
Also removed unused cygwin code block.
Test:  Ran locally.
Bug: NA
Change-Id: I568fa3b8be0b9db1427b2d4ab5370ae090a8992f
1 file changed
tree: 6728a073a850eea70aabbfde1fac6fc3534eb33c
  1. .idea/
  2. .vscode/
  3. annotations/
  4. apkparser/
  5. apps/
  6. bazel/
  7. build-system/
  8. chunkio/
  9. chunkio-processor/
  10. common/
  11. ddmlib/
  12. deploy/
  13. device_validator/
  14. devicelib/
  15. draw9patch/
  16. fakeadbserver/
  17. fakeandroid/
  18. files/
  19. flags/
  20. instant-run/
  21. instant-run-test-instrumenter/
  22. jaxb-inheritance-plugin/
  23. jobb/
  24. layoutinspector/
  25. layoutlib-api/
  26. legacy/
  27. lint/
  28. misc/
  29. ninepatch/
  30. perf-logger/
  31. perflib/
  32. pixelprobe/
  33. profiler/
  34. repository/
  35. sdk-common/
  36. sdklib/
  37. templates/
  38. testing-infrastructure/
  39. testutils/
  40. third_party/
  41. usb-devices/
  42. vector-drawable-tool/
  43. .gitignore
  44. adt.iml
  45. BUILD.bazel
  46. build.gradle
  47. changes.txt
  48. contributing.md
  49. navbar.md
  50. PREUPLOAD.cfg
  51. README.md
  52. source.md
  53. studio.md
README.md

tools/base

This project contains:

  • Common libraries that are shared between any of the IDE (Android Studio), the build system (The Android Gradle Plugin) and SDK components that will be released from studio-master-dev (e.g. the standalone SDK manager). This includes:
    • Instant-run-libraries
    • SDK management libraries
    • The manifest merger
    • Common libraries
    • Common test utilites
  • The build system
  • The new profiler