Fix proto generation script and improper imports.
The complie_protos.sh script seems to be failing right now because of the incorrect import paths in the protoc command. Some imports in the gnmi.proto, target.proto and fake.proto also fail.
There are other instances of these failures being talked about in blogs like these.
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
@robshakir PTAL! 🙏
While we figure out the container-based proto generations as the right architecture going forward, could we accept this PR to fix broken builds in the meantime? @robshakir @n0shut @marcushines Appreciate your time 🙏
Closing as I believe this is stale now - the situation is a bit better now that we have a build toolchain pinned with Bazel.