The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project name="PROJECT_NAME" default="package"> |
| 3 | |
| 4 | <!-- The build.properties file can be created by you and is never touched |
| 5 | by activitycreator. If you want to manually set properties, this is |
| 6 | the best place to set them. --> |
| 7 | <property file="build.properties"/> |
| 8 | |
| 9 | <!-- The default.properties file is created and updated by activitycreator. |
| 10 | It will set any properties not already defined by build.properties. --> |
| 11 | <property file="default.properties"/> |
| 12 | |
| 13 | <!-- ************************************************************************************* --> |
| 14 | <!-- Import the default Android build rules. |
| 15 | This requires ant 1.6.0 or above. --> |
| 16 | |
| 17 | <import file="${sdk-folder}/tools/lib/alias_rules.xml" /> |
| 18 | |
| 19 | </project> |