diff options
Diffstat (limited to 'content/shell/android/java/content_shell_apk.xml')
-rw-r--r-- | content/shell/android/java/content_shell_apk.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/shell/android/java/content_shell_apk.xml b/content/shell/android/java/content_shell_apk.xml index a403d6f..9182239 100644 --- a/content/shell/android/java/content_shell_apk.xml +++ b/content/shell/android/java/content_shell_apk.xml @@ -9,7 +9,6 @@ Building ContentShell.apk </description> <import file="../../../../build/android/ant/common.xml"/> - <import file="../../../../build/android/ant/sdk-targets.xml"/> <!-- Convert the buildtype to lowercase. E.g Debug -> debug, Release -> release. --> <script language="javascript"> @@ -69,5 +68,7 @@ <path id="javac.custom.classpath"> <path refid="out.dex.jar.input.ref"/> </path> + + <import file="../../../../build/android/ant/sdk-targets.xml"/> <import file="${sdk.dir}/tools/ant/build.xml"/> </project> |