commit | 71728ca300d1bc168fae89c8139e72db3d4591cb | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Feb 25 17:12:45 2016 -0800 |
committer | Josh Gao <jmgao@google.com> | Fri Feb 26 14:50:24 2016 -0800 |
tree | 15d28f0bcff5188821b91cbb4ac1283d7d0106e6 | |
parent | aace5df403a8d95429f13daf037a9def46bf7cd5 [diff] |
adb: fix directory creation logic. Previously, for `adb pull $remote $local`, we would do the equivalent of mkdir -p on `dirname $local`. This patch changes the behavior to only creating directories that are being pulled, like scp. Bug: http://b/27362811 Change-Id: I79f975ee9f2d9bc9e8be6a7c4f2de6d7ae2d2d23