commit | 2ae3628fe51ef879285684aab997e8bba35e4993 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Nov 03 18:52:35 2015 -0800 |
committer | Josh Gao <jmgao@google.com> | Wed Nov 04 14:21:35 2015 -0800 |
tree | 2b1ac02be20908dfec7509707b908d0412da11bd | |
parent | cb7241363bf6aed07eec287facd22c957bcbc140 [diff] |
adb: make adb_basename match the POSIX behavior. Previously, adb_basename was behaving according to the GNU, POSIX-incompatible basename, despite POSIX adb_dirname existing alongside it. This patch changes adb_basename to pass through to the POSIX basename. Bug: http://b/25456821 Change-Id: I62a4865cccf3b9cdbc112e3e53ff475aa4a23bd9