commit | 1e2142c910fea02bcd94c938fdac421a16fae2af | [log] [tgz] |
---|---|---|
author | Michael Spang <spang@google.com> | Fri Jun 11 15:31:08 2021 -0400 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 11 20:12:11 2021 +0000 |
tree | 014cdf9e4c7cbff1cdd73ed1148e2da546ebaebd | |
parent | 01faaf74388a932b5adbaa10c7dd6594a3680532 [diff] |
pw_bloat: Don't put rebased paths in inputs It's not needed to use rebase_path() for paths used by GN builtins - GN always processes paths relative to the current build file or relative to the GN --root. Use of rebase_path should be limited to arguments passed to external commands. This was causing docs to fail to build due to putting build directory relative paths in inputs (when it should be build file relative). No-Docs-Update-Reason: bug fix Change-Id: I994ddaaba44539360e693788bc80f311a7c44166 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/48641 Reviewed-by: Rob Mohr <mohrr@google.com> Commit-Queue: Michael Spang <spang@google.com>
See our website: http://pigweed.dev