Open
Bug 1816754
Opened 3 years ago
Updated 3 years ago
Remove Android Component Glean Gradle plugin wrapper
Categories
(Firefox for Android :: Experimentation and Telemetry, task)
Tracking
()
NEW
People
(Reporter: csadilek, Assigned: csadilek)
Details
Attachments
(1 file)
Android Components has a wrapper of Glean's Gradle plugin that provides no additional functionality. Its purpose was to act as wrapper so the plugin can be published using A-C's namespace and version. This allowed consuming repos like Fenix and Focus to not directly depend on Glean.
In the new Monorepo, this is no longer an advantage, as the dependency to Glean is configured in a single place.
Let's remove the indirection / wrapper and use Glean's Gradle plugin directly.
Reference Browser will need to depend on Glean directly though if we do this, which seems worth the trade-off.
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Severity: -- → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•