commit | 4ffcbb81874a1805a708523da4effff74e366fe2 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Tue May 30 10:20:51 2023 +0000 |
committer | Edwin Kempin <ekempin@google.com> | Tue May 30 10:24:20 2023 +0000 |
tree | 2bb9b29d509ca6de24db09a71ab049c8fbc89f23 | |
parent | 256814e61a7969219f2dece636b5c284e8322326 [diff] |
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>
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