mirror of
https://github.com/corda/corda.git
synced 2025-01-23 04:48:09 +00:00
c80ffa041d
Timezone code was broken in the Android class library bootimage build because the code we use to intercept loading the tzdata file wasn't working. The reason is have no way of intercepting static methods at runtime in the bootimage build without telling the bootimage-generator we're going to do it ahead of time. So now we do tell it so. This commit also removes the need to intercept Thread methods since we can update Thread.vmThread in VMThread.create instead. |
||
---|---|---|
.. | ||
audit-codegen | ||
binary-to-object | ||
bootimage-generator | ||
object-writer | ||
type-generator |