Merge "Soong: add missing header-abi-dumper inputs" am: 61cb7ed6ff am: bf152250fe

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1511277

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I43d5df6c7c076d7a68c085a0c26e7a1e7b01367b
This commit is contained in:
Treehugger Robot
2020-12-09 08:21:03 +00:00
committed by Automerger Merge Worker

View File

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