| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <project name="SkiaAndroid" default="help"> | 2 <project name="VisualBench" default="help"> |
| 3 | 3 |
| 4 <!-- The local.properties file is created and updated by the 'android' tool. | 4 <!-- The local.properties file is created and updated by the 'android' tool. |
| 5 It contains the path to the SDK. It should *NOT* be checked into | 5 It contains the path to the SDK. It should *NOT* be checked into |
| 6 Version Control Systems. --> | 6 Version Control Systems. --> |
| 7 <property file="local.properties" /> | 7 <property file="local.properties" /> |
| 8 | 8 |
| 9 <!-- The project.properties file is created and updated by the 'android' | 9 <!-- The project.properties file is created and updated by the 'android' |
| 10 tool, as well as ADT. | 10 tool, as well as ADT. |
| 11 | 11 |
| 12 This contains project specific properties such as project target, and l
ibrary | 12 This contains project specific properties such as project target, and l
ibrary |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 *********************** | 52 *********************** |
| 53 ****** IMPORTANT ****** | 53 ****** IMPORTANT ****** |
| 54 *********************** | 54 *********************** |
| 55 In all cases you must update the value of version-tag below to read 'cu
stom' instead of an integer, | 55 In all cases you must update the value of version-tag below to read 'cu
stom' instead of an integer, |
| 56 in order to avoid having your file be overridden by tools such as "andr
oid update project" | 56 in order to avoid having your file be overridden by tools such as "andr
oid update project" |
| 57 --> | 57 --> |
| 58 <!-- version-tag: 1 --> | 58 <!-- version-tag: 1 --> |
| 59 <import file="${sdk.dir}/tools/ant/build.xml" /> | 59 <import file="${sdk.dir}/tools/ant/build.xml" /> |
| 60 | 60 |
| 61 </project> | 61 </project> |
| OLD | NEW |