Lines Matching +full:local +full:- +full:dir
1 <?xml version="1.0" encoding="UTF-8"?>
4 <!-- The local.properties file is created and updated by the 'android' tool.
6 Version Control Systems. -->
7 <property file="local.properties" />
9 <!-- The ant.properties file can be created by you. It is only edited by the
14 source.dir
16 out.dir
28 -->
31 <!-- if sdk.dir was not set from one of the property file, then
34 the proguard config can use sdk.dir -->
36 <condition property="sdk.dir" value="${env.ANDROID_HOME}">
40 <!-- The project.properties file is created and updated by the 'android'
48 application and should be checked into Version Control Systems. -->
51 <!-- quick check on sdk.dir -->
53 …message="sdk.dir is missing. Make sure to generate local.properties using 'android update project'…
54 unless="sdk.dir"
57 <!--
60 -pre-build
61 -pre-compile
62 -post-compile (This is typically used for code obfuscation.
63 Compiled code location: ${out.classes.absolute.dir}
64 If this is not done in place, override ${out.dex.input.absolute.dir})
65 -post-package
66 -post-build
67 -pre-clean
68 -->
71 <!-- Import the actual build file.
74 - Customize only one target:
75 - copy/paste the target into this file, *before* the
77 - customize it to your needs.
78 - Customize the whole content of build.xml
79 - copy/paste the content of the rules files (minus the top node)
81 - customize to your needs.
86 …In all cases you must update the value of version-tag below to read 'custom' instead of an integer,
88 -->
89 <!-- version-tag: 1 -->
90 <import file="${sdk.dir}/tools/ant/build.xml" />