commit | 0f6042e317b1a9ab4bb122167cda5c91cf139026 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Fri Mar 11 17:01:03 2016 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Fri Mar 11 17:04:02 2016 -0800 |
tree | 7cc8eaccd6483ddd5f7ce0f2a0887c207da14d9d | |
parent | e23dfb7fdccfbc75e3ddc0761e3d12876c06569a [diff] |
Fix optional intermediates path for unbundled builds On an unbundled build, if an include directory was missing, I generated an intermediate path with PathForModuleOut. That included another copy of $OUT_DIR, which I didn't notice. This fails if $OUT_DIR is an absolute directory. Just manually set up the path for now. Change-Id: I3821d562c929e69ed2fccb7e88affed384a7789e