Open
Bug 1927837
Opened 1 year ago
Updated 1 year ago
Simplify building Android projects from the CLI by determining build type from mozconfig
Categories
(Firefox for Android :: Tooling, enhancement)
Tracking
()
NEW
People
(Reporter: whimboo, Unassigned)
References
Details
Over on bug 1891159 it was made possible that we can easily build Android projects via the CLI. But there is still a need to explicitely have to specify the build type:
mach install --app=org.mozilla.fenix.debug
mach install --app=org.mozilla.fenix.release
It would be good if the mach command would just check the mozconfig settings and if a debug build is selected or not so that a command like the following would automatically determine the build type:
mach install --app=org.mozilla.fenix
| Reporter | ||
Comment 1•1 year ago
|
||
I assume that mach build already does building debug or release for these Fenix builds? So it's only a matter of what to install?
You need to log in
before you can comment on or make changes to this bug.
Description
•