Closed
Bug 1440430
Opened 8 years ago
Closed 8 years ago
Remove --without-gradle configure option
Categories
(Firefox Build System :: Android Studio and Gradle Integration, enhancement)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(firefox60 fixed)
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: nalexander, Assigned: nalexander)
References
Details
Attachments
(1 file)
This tracks removing --without-gradle entirely, and dropping all of the places that we switch on MOZ_BUILD_MOBILE_ANDROID_WITH_GRADLE. It's not necessarily the same as removing the moz.build definitions from mobile/android/base in https://bugzilla.mozilla.org/show_bug.cgi?id=1255924.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8953193 [details]
Bug 1440430: Disable --without-gradle configure option.
https://reviewboard.mozilla.org/r/222476/#review228434
::: commit-message-c373f:8
(Diff revision 1)
> +2) developers might have --with-gradle specified, and we can save them
> +having to remove it explicitly.
For what it's worth this has a downside, too, because older mozconfigs that have lots of options in them that have since become defaults can be harder to debug.
::: mobile/android/gradle.configure:8
(Diff revision 1)
> # Gradle binary is specified, or if --without-gradle is specified, use the in
> # tree Gradle wrapper. The wrapper downloads and installs Gradle, which is
This comment might want a tweak with this change.
Attachment #8953193 -
Flags: review+
Updated•8 years ago
|
Attachment #8953193 -
Flags: review?(core-build-config-reviews)
Comment hidden (mozreview-request) |
Pushed by nalexander@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c59239cde97d
Disable --without-gradle configure option. r=chmanchester
![]() |
||
Comment 5•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 60
Updated•7 years ago
|
Assignee: nobody → nalexander
Updated•6 years ago
|
Product: Firefox for Android → Firefox Build System
Target Milestone: Firefox 60 → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•