| b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project name="wpadebug" default="help"> |
| 3 | <property file="local.properties" /> |
| 4 | <property file="ant.properties" /> |
| 5 | <property environment="env" /> |
| 6 | <condition property="sdk.dir" value="${env.ANDROID_HOME}"> |
| 7 | <isset property="env.ANDROID_HOME" /> |
| 8 | </condition> |
| 9 | <loadproperties srcFile="project.properties" /> |
| 10 | <fail |
| 11 | 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." |
| 12 | unless="sdk.dir" |
| 13 | /> |
| 14 | <import file="custom_rules.xml" optional="true" /> |
| 15 | <!-- version-tag: 1 --> |
| 16 | <import file="${sdk.dir}/tools/ant/build.xml" /> |
| 17 | </project> |