Fix instructions how to build the plugin with external dependencies

* The file that needs to be overridden is external_plugin_deps.bzl
  (not external_plugins_deps.bzl)
* The symbolic link plugins/external_plugin_deps.bzl must point to
  supermanifest/external_plugin_deps.bzl (not
  plugins/supermanifest/external_plugin_deps.bzl because this will
  resolve to plugins/plugins/supermanifest/external_plugin_deps.bzl
  which doesn't exist).

Change-Id: Ie1fced59dd0c6027388f0aba96b74f91a27ab63f
Signed-off-by: Edwin Kempin <ekempin@google.com>
1 file changed
tree: 2bb9b29d509ca6de24db09a71ab049c8fbc89f23
  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