commit | dd682ed688d2518fef51713defa4d38656a7a10d | [log] [tgz] |
---|---|---|
author | Al Sutton <al@funkyandroid.com> | Thu Nov 20 13:33:57 2014 +0000 |
committer | Jean-Michel Trivi <jmtrivi@google.com> | Wed Jan 14 09:39:58 2015 -0800 |
tree | 835ea9190dec0c9dc4ba01a170bfd6b9e7b560c9 | |
parent | ccefca9ed65d8c7e57538360c82aa336426f3b72 [diff] |
Return path including executable instead of without The previous implementation returned the path the executable was in instead of returning the path including the executable (i.e. it returned ...bin instead of ...bin/executable). This is not what the original methods did and caused the process forking of adb to fail. This patch corrects the implementation. (cherry picked from commit cc075da95ba5902991c251f359a7327c4d8b723b) Change-Id: Icad6870bbb0a88f611ca71d90fff30f7b576c367