Home | History | Annotate | Download | only in lib1

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" />
31 <!-- The project.properties file is created and updated by the 'android'
34 This contains project specific properties such as project target, and library
35 dependencies. Lower level build properties are stored in ant.properties
40 <loadproperties srcFile="project.properties" />
44 message="sdk.dir is missing. Make sure to generate local.properties using 'android update project' or to inject it through an env var"