mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
19b12d7286
Bazel no longer recommends the use of `remote_execution_properties` within `platform` definitions. Bazel intends to replace this attribute with an object literal based attribute called `exec_properties`. This simplifies the platform configuration and makes it more readable. Additionally this make inheritance and overriding easier. PR Close #41941