Bazel: Add action_env setting for PATH

Bug: Issue 10372
Change-Id: I850d709109a836767f3844588c60b4bf6d8bc3ca
diff --git a/.bazelrc b/.bazelrc
index 4ed16cf..73fc9ea 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1,2 +1,4 @@
 build --workspace_status_command=./tools/workspace-status.sh
+build --experimental_strict_action_env
+build --action_env=PATH
 test --build_tests_only