Merge "Soong: add missing header-abi-dumper inputs"

This commit is contained in:
Treehugger Robot 2020-12-09 07:26:36 +00:00 committed by Gerrit Code Review
commit 61cb7ed6ff
1 changed files with 1 additions and 0 deletions

View File

@ -235,6 +235,7 @@ var (
}, &remoteexec.REParams{
Labels: map[string]string{"type": "abi-dump", "tool": "header-abi-dumper"},
ExecStrategy: "${config.REAbiDumperExecStrategy}",
Inputs: []string{"$sAbiLinkerLibs"},
Platform: map[string]string{
remoteexec.PoolKey: "${config.RECXXPool}",
},