Home | History | Annotate | Download | only in templates

Lines Matching full:properties

4     <!-- The local.properties file is created and updated by the 'android' tool.
7 <property file="local.properties" />
9 <!-- The ant.properties file can be created by you. It is only edited by the
10 'android' tool to add properties to it.
11 This is the place to change some Ant specific build properties.
12 Here are some properties you may want to change/update:
19 For other overridable properties, look at the beginning of the rules
22 Properties related to the SDK location or the project target should
29 <property file="ant.properties" />
33 This must be done before we load project.properties since
40 <!-- The project.properties file is created and updated by the 'android'
43 This contains project specific properties such as project target, and library
44 dependencies. Lower level build properties are stored in ant.properties
49 <loadproperties srcFile="project.properties" />
53 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through the ANDROID_HOME environment variable."