diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2022-01-17 15:48:49 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2022-01-17 15:48:49 +0000 |
| commit | 03f33dd0772867358dffaf3a8b5ddf42842aaf55 (patch) | |
| tree | c9ae839eab1522fe3ea6145ea085ab3f58049441 /wpadebug/build.xml | |
| parent | 7b54fad80747371c628e848d3cc53ea9a5e21c14 (diff) | |
Diffstat (limited to 'wpadebug/build.xml')
| -rw-r--r-- | wpadebug/build.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/wpadebug/build.xml b/wpadebug/build.xml deleted file mode 100644 index 5301e69bcc7f..000000000000 --- a/wpadebug/build.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project name="wpadebug" default="help"> - <property file="local.properties" /> - <property file="ant.properties" /> - <property environment="env" /> - <condition property="sdk.dir" value="${env.ANDROID_HOME}"> - <isset property="env.ANDROID_HOME" /> - </condition> - <loadproperties srcFile="project.properties" /> - <fail - 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." - unless="sdk.dir" - /> - <import file="custom_rules.xml" optional="true" /> - <!-- version-tag: 1 --> - <import file="${sdk.dir}/tools/ant/build.xml" /> -</project> |
