commit | 177285a31ee38930992478583e53dc3f1e935302 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Tue Apr 06 13:22:02 2010 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Tue Apr 06 13:22:02 2010 -0700 |
tree | d1428f7ee7fef7cc462591a392b78fd0b6bc5ae8 | |
parent | da16574ab9fb5cbd1519503eaf0c3b303f8b5a47 [diff] |
Fix get_abs_build_var to work from below $ANDROID_BUILD_TOP I tried running gdbclient from a subdirectory of $ANDROID_BUILD_TOP and found that the absolute paths generated by get_abs_build_var included my subdirectory's path. This fixed get_abs_build_var to changing directory in a subshell to $ANDROID_BUILD_TOP before invoking make. Change-Id: I12b9d9135ac7c044c21c88ed5705b22b0700c039