Fix Build Race Condition

One thread could see that the directory was not there
and context switch to another thread that also
doesn't see the directory and creates it. The other
thread would then fail because mkDirs returns
false if the directory exists...

Change-Id: I8fa50acbcaf2637a89cb876e7bc4c544a5c9c1e7
1 file changed