[FATAL] Unexpected error reading .blazerc file '../.bazelrc'

This happens if you try building from any child directory of SDK/engine. If you invoke bazel only from SDK/engine itself, you should be okay.

If it poses too much trouble for you, you can fix the line in SDK/engine/.bazelrc from import ../.bazelrc to import %workspace%/../.bazelrc. We’re tracking a bug for the next release.