commit | 96917c25f09bb2f33e22f20cdfa4ece8f310b084 | [log] [tgz] |
---|---|---|
author | Adam Lesinski <adamlesinski@google.com> | Wed Mar 09 13:11:25 2016 -0800 |
committer | Adam Lesinski <adamlesinski@google.com> | Wed Mar 09 13:23:12 2016 -0800 |
tree | 3ceb11cdc8d6dfc3dd399a01e648bda0d91dea05 | |
parent | 0dda14c671e7c19841f963b0bc665da055738437 [diff] |
AAPT2: Fix file::mkdirs when given absolute paths file::mkdirs would try to extract the first part of the path '/path' which would be the empty string ''. Mkdir would fail creating the empty string directory. Change-Id: Ice8ba92135f145f52f3663499a2c49eebe797328