-Added shared data to toolchains so that multiple tools can share the same data instead of deriving it over and over
-Fixed GetSourceObjPath() so that it works with files on different drives and outside the working directory
-Fixed the android toolchain so that --show-commands works for the apk steps
-Fixed the android unit test
-Added the ability to specify custom tools in csbuild.RegisterToolchain() rather than having to manually add them to the toolchains later
-Some initial work going toward the goal of speeding up iterative builds by scraping chunk objects; the scraping system is built for COFF and XCOFF objects (msvc, where the biggest issue lies), and the msvc toolchain is prepared to work with them, but this isn't hooked up anywhere else yet.
-Split APK generation in the android toolchain into its own tool, APKBuilder