Fix broken createArchives task.

Enabling parallel gradle builds shuffled the order of tasks being
run. We implicitly relied on that order for createXml task that gets
run on createArchives. Turns out that createXml needs to depend on
createRepository as it depends on the values produced by that task.

Test: rm -fr out, ./gradlew createArchive now works
Change-Id: I5c89d832057b0caebf8fe2a8300c39e79841819c
1 file changed