Home | History | Annotate | Download | only in ant

Lines Matching full:hascode

229     <!-- macro to do a task on if manifest.hasCode is true.
231 <macrodef name="do-only-if-manifest-hasCode">
235 <if condition="${manifest.hasCode}">
310 hascode="${manifest.hasCode}"
540 <!-- Value of the hasCode attribute (Application node) extracted from manifest file -->
541 <xpath input="${manifest.abs.file}" expression="/manifest/application/@android:hasCode"
542 output="manifest.hasCode" default="true"/>
552 <do-only-if-manifest-hasCode>
556 </do-only-if-manifest-hasCode>
648 <do-only-if-manifest-hasCode
649 elseText="hasCode = false. Skipping aidl/renderscript/R.java">
707 </do-only-if-manifest-hasCode>
716 <do-only-if-manifest-hasCode elseText="hasCode = false. Skipping...">
790 </do-only-if-manifest-hasCode>
888 <do-only-if-manifest-hasCode elseText="hasCode = false. Skipping...">
906 </do-only-if-manifest-hasCode>