| Index: build/android/ant/chromium-jars.xml
 | 
| diff --git a/build/android/ant/chromium-jars.xml b/build/android/ant/chromium-jars.xml
 | 
| index 371201253bb490ffccc415a40e65ac616341a92e..8f5eaa0abc0a2cc2b758434c727ba616bc30a589 100644
 | 
| --- a/build/android/ant/chromium-jars.xml
 | 
| +++ b/build/android/ant/chromium-jars.xml
 | 
| @@ -69,13 +69,14 @@
 | 
|      </fail>
 | 
|  
 | 
|      <javac
 | 
| -      srcdir="${javac.srcdir}"
 | 
| -      destdir="${dest.dir}"
 | 
| -      classpathref="javac.custom.classpath"
 | 
| -      debug="true"
 | 
| -      includeantruntime="false"
 | 
| -      includes="${JAVAC_INCLUDES}"
 | 
| -    />
 | 
| +        srcdir="${javac.srcdir}"
 | 
| +        destdir="${dest.dir}"
 | 
| +        classpathref="javac.custom.classpath"
 | 
| +        debug="true"
 | 
| +        includeantruntime="false"
 | 
| +        includes="${JAVAC_INCLUDES}">
 | 
| +      <compilerarg value="-Xlint:unchecked"/>
 | 
| +    </javac>
 | 
|    </target>
 | 
|  
 | 
|    <target name="dist" depends="compile"
 | 
| 
 |