Vladimir Lebedev-Schmidthof
unread,Jul 7, 2010, 2:51:30 PM7/7/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Building
Hello,
I've downloaded Android sources and they build fine by running make.
Though I'd like to make some changes to one specific tool, aapt for my
needs.
Though I can edit sources and rebuild all the platform, it takes loads
of time. I think having nice distributed build system it is somehow
possible to build just one tool? Also, build it in debug mode (adding
debug symbols in executable for later debugging).
How could I achieve it?
Thanks in advance.