Bug 1891539 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

`./mach package` likely needs to have a refresh based on this [conversation](https://matrix.to/#/!LfXZSWEroPFPMQcYmw:mozilla.org/$kohzKqQ05izHWwSDGCslkvNLBlKGWefga2cZgqxkUfo?via=mozilla.org&via=matrix.org&via=matrix.start9labs.com).

Historically, `./mach package`  + `./mach android archive-geckoview` could be used to generate an AAR. [See docs](https://firefox-source-docs.mozilla.org/mobile/android/focus-android/Development-Custom-GeckoView.html). The command sequence was likely most relevant when we required dependency substitution and also appears to have historically earlier ties to Fennec. 

Monorepo now makes it possible to use `./mach package` and we could make Fenix, Reference Browser, Focus, or GeckoView example. APKs or other redistributables.

Not sure if the command should be `./mach package <varient>` or if this should be a mozconfig option. Likely should go the same direction bug 1883086 goes.
`./mach package` likely needs to have a refresh based on this [conversation](https://matrix.to/#/!LfXZSWEroPFPMQcYmw:mozilla.org/$kohzKqQ05izHWwSDGCslkvNLBlKGWefga2cZgqxkUfo?via=mozilla.org&via=matrix.org&via=matrix.start9labs.com).

Historically, `./mach package`  + `./mach android archive-geckoview` could be used to generate an AAR. [See docs](https://firefox-source-docs.mozilla.org/mobile/android/focus-android/Development-Custom-GeckoView.html). The command sequence was likely most relevant when we required dependency substitution and also appears to have historically earlier ties to Fennec. 

Monorepo now makes it possible to use `./mach package` and we could make Fenix, Reference Browser, Focus, or GeckoView example. APKs or other redistributables.

Not sure if the command should be `./mach package <variant>` or if this should be a mozconfig option. Likely should go the same direction bug 1883086 goes.

Back to Bug 1891539 Comment 0