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
1 file changed