Skip to content

Commit

Permalink
Backed out changeset a432a8f794b4 (bug 1570764) for toolchain bustage…
Browse files Browse the repository at this point in the history
…s on build.gradle . CLOSED TREE
  • Loading branch information
nbeleuzu committed Aug 12, 2019
1 parent 25571de commit 2bbb5c3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions mobile/android/geckoview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -379,16 +379,8 @@ publishing {
}

scm {
if (mozconfig.substs.MOZ_INCLUDE_SOURCE_INFO) {
// URL is like "https://hg.mozilla.org/mozilla-central/rev/1e64b8a0c546a49459d404aaf930d5b1f621246a".
connection = "scm::hg::${MOZ_SOURCE_REPO}"
url = mozconfig.substs.MOZ_SOURCE_URL
tag = mozconfig.substs.MOZ_SOURCE_CHANGESET
} else {
// Default to mozilla-central.
connection = 'scm::hg::https://hg.mozilla.org/mozilla-central/'
url = 'https://hg.mozilla.org/mozilla-central/'
}
connection = 'scm::hg::https://hg.mozilla.org/mozilla-central/'
url = 'https://hg.mozilla.org/mozilla-central/'
}

// Unfortunately Gradle does not provide a way to expose dependencies for custom
Expand Down

0 comments on commit 2bbb5c3

Please sign in to comment.