Hi y'all,

I just landed Bug 1163082 [1] to make it easier to add a distribution to
the built APK.  Use it by adding a line like the following to your
mozconfig:

ac_add_options
--with-android-distribution-directory=/path/to/fennec-distribution-sample

*It requires the distribution to be in $PATH/assets/distribution*; in the
example above, we expect to find

/path/to/fennec-distribution-sample/assets/distribution

I have updated the documentation [2] and the sample distribution [3] to
reflect the new flag and this new requirement.  Luckily, the new code tells
you at configure-time if your distribution path isn't right, so this
shouldn't be hard to use.

Thanks to rnewman and gps for reviews.

Best,
Nick

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1163082
[2]
https://wiki.mozilla.org/Mobile/Distribution_Files#Testing_a_distribution_locally
[3]
https://github.com/mozilla/fennec-distribution-sample/commit/0387f20cd02314a0ac899469b31130202ba98559
_______________________________________________
mobile-firefox-dev mailing list
mobile-firefox-dev@mozilla.org
https://mail.mozilla.org/listinfo/mobile-firefox-dev

Reply via email to