How to update these files:
Because maven.org doesn't have a prebuilt binary for linux on ARM, you need to build the binary yourself on the target system. Follow the build steps of protocol buffer to create the binary, copy it to this directory and rename it to “protoc-linux-arm32.exe”.
For example:
$ cp /usr/bin/protoc $BAZEL/third_party/protobuf/protoc-linux-arm32.exe
This should be done before you run ./compile.sh.