Add compiler flags to the standard android build.xml

Posted by Arkaitz Jimenez on Stack Overflow See other posts from Stack Overflow or by Arkaitz Jimenez
Published on 2010-05-17T19:50:20Z Indexed on 2010/05/17 21:00 UTC
Read the original article Hit count: 323

Filed under:
|
|

I want to add -Xlint:deprecated to the java compiler while building android app.
I've seen the compilerarg tag inside javac tags, but the generated build.xml for the standard project doesn't have such a tag. Any hint?

© Stack Overflow or respective owner

Related posts about android

Related posts about ant