gecko/mobile/android/geckoview_library
Nick Alexander 088bd1444c Bug 951865 - Part 2: Package GeckoView resources when building mobile/android/base. r=glandium
This is a temporary measure.  We have multiple resource directories
that all need to be included into the GeckoView library.  This patch
stuffs the resources into a zip file which can be included in the
GeckoView packaging step.

These resources used to be copied into res/, which led to
synchronization issues.  This new zip file will now suffer the same
synchronization problems.  Android Archive (.aar) files make this
synchronization step explicit, and tools such as gradle do the work to
keep things in sync.  We'll move to use a tool like this eventually,
but for now...
2014-02-05 08:51:48 -08:00
..
.classpath Bug 880118 - Integrate the GeckoView library into the build system r=cpeterson 2013-08-23 16:36:01 -07:00
.project Bug 880118 - Integrate the GeckoView library into the build system r=cpeterson 2013-08-23 16:36:01 -07:00
AndroidManifest.xml bug 930062 - GeckoView library should support building as an ant project r=nalexander 2013-10-24 01:08:29 +02:00
build.xml bug 930062 - GeckoView library should support building as an ant project r=nalexander 2013-10-24 01:08:29 +02:00
local.properties.in bug 930062 - GeckoView library should support building as an ant project r=nalexander 2013-10-24 01:08:29 +02:00
Makefile.in Bug 951865 - Part 2: Package GeckoView resources when building mobile/android/base. r=glandium 2014-02-05 08:51:48 -08:00
moz.build Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
project.properties Bug 880118 - Integrate the GeckoView library into the build system r=cpeterson 2013-08-23 16:36:01 -07:00