gecko/mobile/android/base/mozglue
Nick Alexander ddbbe4f062 Bug 1102488 - Part 2: Don't preprocess GeckoLoader. r=rnewman
I replaced the compile-time ANDROID_PACKAGE_NAME with the run-time
context.getPackageName() for two reasons:

1) I claim this is more correct.  It's hard to imagine Fennec working
with ANDROID_PACKAGE_NAME != context.getPackageName(), but right here
we should use the run-time, not the build-time state.

2) GeckoLoader is part of GeckoView, and as such it shouldn't assume
anything about the package it's running as.

GeckoView consumers may ship for multiple architectures, so we
shouldn't assume anything about the build-time architecture, but the
reference to MOZ_CPU_ABI is purely diagnostic.  There are substantive
changes to make here; we'll cross that bridge some other time.

--HG--
extra : source : 48fc328377d41596900fa924b21378ba65a0df1f
2014-11-20 14:39:10 -08:00
..
generatorannotations Bug 1086693 - Part 5: Add a 'catchException' mode to JNI generator r=ckitching 2014-11-13 12:47:24 -06:00
ByteBufferInputStream.java Bug 1081397: Finalise large numbers of fields. r=rnewman 2014-10-11 00:17:01 +01:00
ContextUtils.java Bug 1090385 - More robust handling of external intents. r=snorp 2014-10-28 14:28:31 -07:00
DirectBufferAllocator.java Bug 1081597: Refactor some branches. r=rnewman 2014-10-12 01:41:42 +01:00
GeckoLoader.java Bug 1102488 - Part 2: Don't preprocess GeckoLoader. r=rnewman 2014-11-20 14:39:10 -08:00
JNITarget.java
NativeReference.java
NativeZip.java
RobocopTarget.java
WebRTCJNITarget.java