commit | af05896887f32e15dc90ac3b3f1312e47f2b19bd | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Feb 25 17:12:45 2016 -0800 |
committer | Josh Gao <jmgao@google.com> | Thu Mar 03 15:46:50 2016 -0800 |
tree | 61f9bb18ce16254e7c2ea10a9fb7f049709bd063 | |
parent | e6b24c2dfd09bb0c5f1f6d09ead7c5f9f0ba772e [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 (cherry picked from commit 71728ca300d1bc168fae89c8139e72db3d4591cb)