Closed
Bug 1255915
Opened 9 years ago
Closed 7 years ago
Decouple Gradle Fennec builds from moz.build as much as possible
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nalexander, Assigned: nalexander)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Right now, --with-gradle builds a little more using moz.build than is strictly necessary: I see gecko.ap_ at least.
This ticket tracks ensuring we build just:
* AndroidManifest.xml;
* generated/preprocessed Java code;
* l10n dependencies;
when building with Gradle.
Assignee | ||
Comment 1•7 years ago
|
||
There's another piece here: we need to ensure that the JNI wrapper generation works correctly with the Gradle build system.
Assignee | ||
Updated•7 years ago
|
No longer blocks: gradle-automation
Assignee | ||
Updated•7 years ago
|
Blocks: gradle-automation-v2
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → nalexander
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•7 years ago
|
||
After https://bugzilla.mozilla.org/show_bug.cgi?id=1440757, I think this is done \o/
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Firefox for Android → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•