Open
Bug 1586948
Opened 5 years ago
Updated 1 year ago
Fold m/a/gradle/**.gradle into m/a/geckoview/build.grdale
Categories
(Firefox Build System :: Android Studio and Gradle Integration, task, P5)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(Not tracked)
NEW
People
(Reporter: nalexander, Unassigned)
References
Details
There's some non-trivial Gradle configuration in mobile/android/gradle/**.gradle
that was mostly there to be used across GeckoView and Fennec. Now that Fennec is not in the tree, we can either remove some of that configuration. If I recall:
debug_level.gradle
was only there to match Fennec's settings pre-Gradlewith_gecko_binaries.gradle
is only there to work around Fennec's packaging settings (no longer needed for GeckoView after Bug 1550146)product_flavors.gradle
is only there for Fennec's packaging settings as well.
We should be able to dramatically simplify this all.
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•