Hello, I would like to add my own custom task in between the javaCompile task and the dex task to do some post processing (e.g. use my own obfuscation tool, etc) on the compiled java files and then feed those post processed class files into the dex task. I've been using/manipulating the dex task (and the task queue of course) to do so by changing the dex task's inputFiles member (previously sourceFiles). Is this the way to go? It seems like there should be a better more stable API like way to do something like this (there may be one already, if so apologies for the dumb question and please point me to the right place).
Tony -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
