gecko/toolkit/mozapps/installer
Nick Alexander e0226fc1b7 Bug 923950 - Fix Android single locale repacks. r=glandium
There are two parts to this.  The first is to add AndroidManifest.xml
as a dependency to the "no dependencies" ap_ built during packaging.
The aapt call requires it.  So "no dependencies" is more accurately
"no *resource* dependencies".

The second is to avoid including the Android res/ directory in the
language repack step.  What happens is that the l10n.py script sees
the Android res/ files left in the dist/ directory after unpacking and
expects to find them in the objdir.  They're not there, so the script
fails.  To avoid this, we delete them after unpacking.  See the
comments in packager.mk describing this process.

--HG--
extra : rebase_source : 35c3c125dddcd575c1a5e8ad58f9aa13ff2db4c3
2013-12-14 15:36:17 -08:00
..
linux/rpm
windows/nsis Bug 942375 - Don't use $(shell pwd). r=mshal 2013-11-26 11:49:34 +09:00
find-dupes.py
informulate.py bug 839298 - fix json file creation for git users r=ted 2013-02-19 10:24:16 -08:00
l10n-repack.py bug 848830, fix regression in app updater localization, r=glandium, rstrong 2013-08-13 17:15:42 +02:00
package-name.mk Bug 839298 - One True JSON file of build information r=ted 2013-02-15 16:16:02 -08:00
packager.mk Bug 923950 - Fix Android single locale repacks. r=glandium 2013-12-14 15:36:17 -08:00
packager.py Bug 888646 - Update missed use of SimpleManifestSink API. r=trivial 2013-06-29 20:15:08 -07:00
precompile_cache.js Bug 889911 - Switch xpcshell to SystemErrorReporter with a little bit of special magic. r=mrbkap 2013-07-16 20:38:44 -07:00
signing.mk
strip.py Bug 812105 - Strip all files that can be stripped in the SDK. r=ted DONTBUILD as NPOTB 2013-03-04 09:23:09 +01:00
unpack.py