Hi all,

How would one go about including an additional native shared library in the
Firefox for Android package?

I've tried editing `toolkit/mozapps/installer/package.mk` and placing the
.so file in the output directory `objdir-droid/dist/fennec/assets/`, but
something is deleting the file when I run `./mach package`. Seems like
sensible precaution against stray files getting into the package, but I
haven't had any luck finding the mechanism used to whitelist files for
packaging.

Some background: in my pursuit of Kerberos authentication in Firefox for
Android, it looks like a significant chunk of work can be saved by making
an appropriately compiled libgssapi.so available to the existing SPNEGO
routines. I've cross-compiled a shared library from the krb5 source code,
but I think it's prudent to verify that the library will load correctly
before trying to add the cross-compiling routine to the Mozilla build
system.

Thanks,
-Caleb
_______________________________________________
mobile-firefox-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/mobile-firefox-dev

Reply via email to