Closed
Bug 1103121
Opened 10 years ago
Closed 10 years ago
Add |mach gradle| or |mach gradlew| command for building Fennec with Gradle
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
All
Android
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nalexander, Assigned: nalexander)
References
Details
Attachments
(1 file, 1 obsolete file)
The Gradle configuration ends up in $OBJDIR/mobile/android/gradle, which is non-obvious. (Most folks end up trying to build in mobile/android/gradle.)
Let's make this easier by providing |mach gradle| or |mach gradlew|.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8526956 -
Flags: review?(gps)
Assignee | ||
Comment 2•10 years ago
|
||
/r/905 - Bug 1103121 - Add |mach gradlew| command for building Fennec Gradle. r=gps
Pull down this commit:
hg pull review -r 67ce3d7591f944fa458758d97f443651f0e40dac
Assignee | ||
Comment 3•10 years ago
|
||
https://reviewboard.mozilla.org/r/903/#review467
::: mobile/android/mach_commands.py
(Diff revision 1)
> + return self.run_process(['./gradlew'] + args,
Cribbed directly from the 'python' command.
Comment 4•10 years ago
|
||
Updated•10 years ago
|
Attachment #8526956 -
Flags: review?(gps) → review+
Comment 5•10 years ago
|
||
Assignee | ||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Assignee | ||
Comment 8•10 years ago
|
||
Attachment #8526956 -
Attachment is obsolete: true
Attachment #8618700 -
Flags: review+
Assignee | ||
Comment 9•10 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Component: Build Config → Build Config & IDE Support
Product: Core → Firefox for Android
Target Milestone: mozilla36 → ---
Updated•6 years ago
|
Product: Firefox for Android → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•