| Index: content/shell/android/java/content_shell_apk.xml
|
| diff --git a/content/shell/android/java/content_shell_apk.xml b/content/shell/android/java/content_shell_apk.xml
|
| index bc2434e86953a75a88e7e0efec26bf6aa1f1539a..e9f30bf092e9f0c0938233d9143cfd72f71c77a8 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">
|
| @@ -72,5 +71,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>
|
|
|