Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The following text applies to code linked from these dependencies:
[NSS](https://hg.mozilla.org/projects/nss),
[ece](https://github.com/mozilla/rust-ece),
[glean-build](https://github.com/mozilla/glean),
[glean-sym](https://github.com/mozilla/glean),
[hawk](https://github.com/taskcluster/rust-hawk),
[jexl-eval](https://github.com/mozilla/jexl-rs),
[jexl-parser](https://github.com/mozilla/jexl-rs),
Expand Down
2 changes: 1 addition & 1 deletion components/places/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MPL-2.0"
exclude = ["/android", "/ios"]

[features]
default = []
default = ["glean-sym"]
# Enable metric recording through glean-sym (Android only)
glean-sym = ["dep:glean-sym"]

Expand Down
1 change: 1 addition & 0 deletions megazords/full/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The following text applies to code linked from these dependencies:
[NSS](https://hg.mozilla.org/projects/nss),
[ece](https://github.com/mozilla/rust-ece),
[glean-build](https://github.com/mozilla/glean),
[glean-sym](https://github.com/mozilla/glean),
[hawk](https://github.com/taskcluster/rust-hawk),
[jexl-eval](https://github.com/mozilla/jexl-rs),
[jexl-parser](https://github.com/mozilla/jexl-rs),
Expand Down
4 changes: 4 additions & 0 deletions megazords/full/android/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ the details of which are reproduced below.
<name>Mozilla Public License 2.0: glean-build</name>
<url>https://github.com/mozilla/glean/blob/main/LICENSE</url>
</license>
<license>
<name>Mozilla Public License 2.0: glean-sym</name>
<url>https://github.com/mozilla/glean/blob/main/LICENSE</url>
</license>
<license>
<name>Mozilla Public License 2.0: hawk</name>
<url>https://github.com/taskcluster/rust-hawk/blob/main/LICENSE</url>
Expand Down
1 change: 1 addition & 0 deletions megazords/ios-rust/DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ The following text applies to code linked from these dependencies:
[NSS](https://hg.mozilla.org/projects/nss),
[ece](https://github.com/mozilla/rust-ece),
[glean-build](https://github.com/mozilla/glean),
[glean-sym](https://github.com/mozilla/glean),
[hawk](https://github.com/taskcluster/rust-hawk),
[jexl-eval](https://github.com/mozilla/jexl-rs),
[jexl-parser](https://github.com/mozilla/jexl-rs),
Expand Down
Loading