Open
Bug 1500992
Opened 2 years ago
Updated 2 years ago
Fold thirdparty Gradle module into app Gradle module
Categories
(Firefox Build System :: Android Studio and Gradle Integration, enhancement, P3)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(Not tracked)
NEW
People
(Reporter: nalexander, Unassigned)
References
(Blocks 1 open bug)
Details
When the Gradle integration was built, the moz.build system handled the thirdparty Java sources as an independent JAR file, and the majority of developers were working on Fennec. Now, the Gradle system handles incremental Java compilation natively and the majority of developers are working on GeckoView. The cost of the Gradle module (extra configuration steps, lots of verbose output) outweigh the potential build savings (faster incremental builds, not having to check lots of Java files). This ticket tracks folding thirdparty into app.
Priority: -- → P3
Updated•2 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
•