SuperManifestRepoManager: Take the path if the URL is not canonical

In some cases the canonical URL doesn't match with the repo URL and
relying on the path returns the right result (at the risk of opening the
wrong repo if the host is different).

This was the behaviour before and the change broke some existing
manifest projects.

Revert to this (wrong) behavior until we can have a proper cross-host
implementation.

Change-Id: Id1f95c88d2f3383fbb0801c65253fa1dcb0b878d
3 files changed
tree: e6005aa675197437aac867cb5a213a84feef15d1
  1. java/
  2. javatests/
  3. BUILD
  4. external_plugin_deps.bzl
  5. LICENSE
  6. README.md
README.md

The plugin will update a superproject to contain the submodules defined in the manifest XML file whenever the manifest repo is changed.

For more information see the documentation or the build instructions