./mach build should build |android build-geckoview_example|
Categories
(GeckoView :: General, task, P3)
Tracking
(Not tracked)
People
(Reporter: agi, Assigned: fluffyemily)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
./mach build
on an android build only builds application code, but not tests. We should make ./mach build
build everything that ./mach android build-geckoview_example
builds too.
Comment 1•5 years ago
|
||
(In reply to Agi | :agi | ⏰ EST | he/him from comment #0)
./mach build
on an android build only builds application code, but not tests. We should make./mach build
build everything that./mach android build-geckoview_example
builds too.
Around https://searchfox.org/mozilla-central/rev/96403eac4ff6f96f89a0b120b29bd46540d5705e/mobile/android/gradle.configure#127, add lines like
Comment 2•5 years ago
|
||
mach build should build everything, including GVE and the tests.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
This patch builds geckoview example app and the geckoview tests when you run ./mach build
. It increases the export
phase of the build process, but catches exceptions in both places and it Java and Kotlin.
Comment 4•5 years ago
|
||
This was addressed by Bug 1550146.
Updated•5 years ago
|
Description
•