Index: build/android/ant/chromium-jars.xml |
diff --git a/build/android/ant/chromium-jars.xml b/build/android/ant/chromium-jars.xml |
index 0839aec33431dbc04c4cc4811b09ba2b1fa4dc06..efd7878c1c7e4d46b09d12c7692fa3bd69b3b6dd 100644 |
--- a/build/android/ant/chromium-jars.xml |
+++ b/build/android/ant/chromium-jars.xml |
@@ -65,6 +65,12 @@ |
<!-- Create the distribution directory --> |
<mkdir dir="${lib.dir}" /> |
<jar jarfile="${lib.dir}/chromium_${PACKAGE_NAME}.jar" basedir="${dest.dir}"/> |
+ |
+ <!-- If Gyp thinks this output is stale but Ant doesn't, the modification |
+ time should still be updated. Otherwise, this target will continue to |
+ be rebuilt in future builds. |
+ --> |
+ <touch file="${lib.dir}/chromium_${PACKAGE_NAME}.jar"/> |
</target> |
<target name="clean" description="clean up"> |