Index: build/android/ant/sdk-targets.xml |
diff --git a/build/android/ant/sdk-targets.xml b/build/android/ant/sdk-targets.xml |
index 9b7f142a602f7f3dfe20df3d6e575be32f25d680..7fa73d363f1499c50e4327182da9b6d6f850902b 100644 |
--- a/build/android/ant/sdk-targets.xml |
+++ b/build/android/ant/sdk-targets.xml |
@@ -107,8 +107,6 @@ |
--> |
<if condition="${project.is.testapp}"> |
<then> |
- <echo level="info">Creating test jar file: |
- ${ant.project.name}.jar</echo> |
<property-location name="create.test.jar.file" |
location="${CHROMIUM_SRC}/build/android/ant/create-test-jar.js"/> |
<script language="javascript" src="${create.test.jar.file}"/> |
@@ -184,7 +182,6 @@ |
</and> |
</condition> |
<then> |
- <echo message="Copying gdbserver to the apk to enable native debugging"/> |
<copy todir="${out.dir}/libs/${target.abi}"> |
<path refid="native.libs.gdbserver"/> |
</copy> |