From 118686b4ef2576840a8f3d6a817780f14791461a Mon Sep 17 00:00:00 2001 From: Kousik Kumar Date: Mon, 24 Aug 2020 09:58:50 +0000 Subject: Remove InputRootAbsolutePath spec to header-abi-dumper We used this when doing cache-only for header-abi-dumper to prevent cross-branch cache hits since abi-dumper had the absolute path of the files in its output. Since header-abi-dumper no longer outputs absolute paths, we no longer need to prevent cross-branch cache-hits. Bug: b/162045672 Change-Id: Iecc3ad9614cda6202cc5f8a9d538f806a79bdf3b --- cc/builder.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cc') diff --git a/cc/builder.go b/cc/builder.go index 28a573f23..2177a4498 100644 --- a/cc/builder.go +++ b/cc/builder.go @@ -220,7 +220,6 @@ var ( ExecStrategy: "${config.REAbiDumperExecStrategy}", Platform: map[string]string{ remoteexec.PoolKey: "${config.RECXXPool}", - "InputRootAbsolutePath": android.AbsSrcDirForExistingUseCases(), }, }, []string{"cFlags", "exportDirs"}, nil) -- cgit v1.2.3-59-g8ed1b