gecko/mobile/android/gradle
Nick Alexander b8e5cfdcea Bug 1104855 - Don't rebuild the omnijar on every Gradle build. rs=margaret
This ticket splits a new omnijar project off of base.  The new
project's omnijar task knows the inputs (well, those under
mobile/android) and the omni.ja output and only re-packages the
omnijar when the task's output is out of date.

With this modification, local building and most importantly the
Android JUnit test cycle is much improved, because the APK is not
re-deployed when only test code is modified.

In addition, the new project lists the omnijar inputs as "Java" source
directories.  Previously, they were listed as "Java resource" source
directories, which meant that the omnijar inputs were packaged into
the final APK.  This wasted time and space.

--HG--
extra : rebase_source : 12c94fdfbee9b7c319d5cfb4d7faad254e90abfc
2014-11-25 09:54:31 -08:00
..
gradle/wrapper Bug 1104855 - Don't rebuild the omnijar on every Gradle build. rs=margaret 2014-11-25 09:54:31 -08:00
omnijar Bug 1104855 - Don't rebuild the omnijar on every Gradle build. rs=margaret 2014-11-25 09:54:31 -08:00
build.gradle Backed out changeset 19fdbc7ad829 (bug 1098239) 2014-11-14 13:14:36 -08:00
gradle.properties.in
gradlew
local.properties.in
Makefile.in
moz.build
settings.gradle Bug 1104855 - Don't rebuild the omnijar on every Gradle build. rs=margaret 2014-11-25 09:54:31 -08:00