commit | 7634e8824c5590502d4da20199f87457a164076a | [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 | a37a8e9893dbe2be36c818dcb2d6ff60ad11cb3f | |
parent | 8747de0aa70ea165afd5aa5e6b60ce03ec7660b4 [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