<div dir="ltr"><div><div><div>This week I had been working on packaging of Lombok and Lombok-ast. These<br>libraries are required for Android Lint Tool. Once these libraries get package most<br>of tools under tools/base.git repositories will be built successfully.<br></div><br></div>Packaging of these libraries is taking some time as upstream has used many jar<br>files from its repository. Removing dependency on these jar was time consuming.<br>Besides this instead of using ivy ivyplusplus (ipp) library is used for dependency<br>management.<code></code> ivyplusplus is a jar containing Ivy as well as a few useful constructs<br>built on top of it. I have created patches to remove dependency on ivyplusplus and<br>have used ivy instead. I have also removed dependencies on some missing libraries.<br><br></div><div>Next week, I will complete packaging of both lombok and lombok-ast libraries and<br>will continue with packaging of Android SDK tools.<br></div></div>