Ensure glean-native is excluded

This commit is contained in:
Jan-Erik Rediger 2021-08-25 12:56:14 +02:00 committed by Christian Sadilek
parent c7d7337f00
commit 276626e5ba
1 changed files with 3 additions and 1 deletions

View File

@ -478,7 +478,9 @@ dependencies {
implementation Deps.mozilla_service_sync_autofill
implementation Deps.mozilla_service_sync_logins
implementation Deps.mozilla_service_firefox_accounts
implementation Deps.mozilla_service_glean
implementation(Deps.mozilla_service_glean) {
exclude group: 'org.mozilla.telemetry', module: 'glean-native'
}
implementation Deps.mozilla_service_location
implementation Deps.mozilla_service_nimbus