There's no stable way to do this. We'll probably try to do something before
1.0 but it's subject to change until then.


On Thu, Jan 30, 2014 at 5:25 PM, Tony Ngo <[email protected]> wrote:

> 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.
>



-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
http://developer.android.com | http://tools.android.com

Please do not send me questions directly. Thanks!

-- 
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.

Reply via email to