d1fe92f375b088ff61369d35b51673b5d524c39c
Python's subprocess.check_output() cwd argument does not change the PWD environmental variable, which is what dumpvar.mk uses to turn relative paths into absolute paths. This led to incorrect symbol paths when gdbclient was not run from the root directory. This CL fixes the bug by manually setting PWD before calling the makefile. It's possible that dumpvar.mk should be using a different method to get the current directory, but I was scared to change any core build logic and this approach seems to work just fine. Change-Id: Ibe3db0bef6694934c512918f7562029313b1deae
Description
android_development
Languages
PostScript
31.4%
TypeScript
16.9%
C++
15.5%
Python
11.8%
Java
11.4%
Other
12.7%