Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make ActionTemplate implement the interface StarlarkValue.
When creating an Action provider in /analysis/ActionsProvider.java the function Dict.immutableCopyOf(map) is called, which checks that all values are starlark values. If one of the values is a LTOBackendActionTemplate, the following error is thrown: InvalidStarlarkValueException: invalid Starlark value: class LtoBackendActionTemplate PiperOrigin-RevId: 553498116 Change-Id: Iad7bfe5b68fd766fc90b688f4fa4c469becdf9f0
- Loading branch information