Add modules to Bazel build
cli
core
incubator/rpc
pipelines/basic
protocols/netconf
protocols/openflow
protocols/rest

Change-Id: I165b94a04ba893d97d944e5deb2746f54566503b
diff --git a/tools/build/bazel/p4lang_workspace.bzl b/tools/build/bazel/p4lang_workspace.bzl
index 03b4e40..860f621 100644
--- a/tools/build/bazel/p4lang_workspace.bzl
+++ b/tools/build/bazel/p4lang_workspace.bzl
@@ -4,8 +4,8 @@
 PI_COMMIT = "219b3d67299ec09b49f433d7341049256ab5f512"
 PI_REPO = "p4lang/PI"
 
-GOOGLE_RPC_COMMIT_SHORT = "932f273"
-GOOGLE_RPC_COMMIT = "master"
+GOOGLE_RPC_COMMIT_SHORT = "916e66d"
+GOOGLE_RPC_COMMIT = "916e66d03a4f4716937b3bfa6539b9de8a598b7c"
 GOOGLE_RPC_REPO = "googleapis/googleapis"
 
 def _format_github_url(repo, commit):