commit | d5b41767886de71e570edea98fd80228bb1211af | [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 | 5e5485e124085c359e74d36f8feca08aec37a34f | |
parent | 017c97a5b1a55d402da1a793c91fc37f11b05747 [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 26b53bb75e6bdf9aa7820a3343845dae145625cc) Change-Id: Icad6870bbb0a88f611ca71d90fff30f7b576c367