On 29 November 2013 07:47, Raphael Kubo da Costa < [email protected]> wrote: > > > I will try to remove as much of the indirection in the current scripts as > > possible (python make_apk.py > python ant.py > ant > aapt could be > replaced > > with JavaScript > aapt, for example). > > I'm curious about this part. If we wanted to, could we also do Python > > aapt as well? I'm not familiar with node.js at all, and wonder if that's > the case for other people who work on tools as well. >
Yes, it would be possible to go direct from Python to aapt, and make_apk.py could be modified to do that (it doesn't do so currently). I'm suggesting that I can do this in tandem with porting to nodejs in JavaScript. Elliot > _______________________________________________ > Crosswalk-dev mailing list > [email protected] > https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev > -- Elliot Smith Senior Software Engineer Intel Open Source Technology Centre
_______________________________________________ Crosswalk-dev mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
