commit | 787f3442cc7d7b1f07189d77413893e2c2c81447 | [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 | ff2e26b239e931236c9acecdc2a22d540b3e0c3d [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