mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
fc649a2992
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 |
||
---|---|---|
.. | ||
generatorannotations | ||
ByteBufferInputStream.java | ||
ContextUtils.java | ||
DirectBufferAllocator.java | ||
GeckoLoader.java | ||
JNITarget.java | ||
NativeReference.java | ||
NativeZip.java | ||
RobocopTarget.java | ||
WebRTCJNITarget.java |