Closed
Bug 1200876
Opened 9 years ago
Closed 7 years ago
Make ANDROID_EXTRA_JARS and Java JAR extra_jars accept Path instances
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(firefox43 affected)
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: nalexander, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
text/x-review-board-request
|
Details |
Right now these variables are partially in moz.build and partially in Makefile.in. This ticket tracks making them moz.build Path instances.
Reporter | ||
Comment 1•9 years ago
|
||
Bug 1200876 - Work in progress on using Path() in extra_jars. r=nalexander
blassey sees issues with absolute paths in backend.mk files building
on Windows. ted suggests that mozmake expects "Windows native paths",
like 'c:/foo/bar', where-as the existing build backends produce "msys
paths", like /c/foo/bar.
This was a stab at using AbsolutePath() to address this, but
AbsolutePath() doesn't currently do the right thing either. Posting
this just to show where some of the work would happen and capture the
experiment.
Attachment #8695508 -
Flags: review?(nalexander)
Reporter | ||
Updated•9 years ago
|
Attachment #8695508 -
Flags: review?(nalexander)
Reporter | ||
Comment 2•7 years ago
|
||
Instead, I removed the relevant moz.build pieces in https://bugzilla.mozilla.org/show_bug.cgi?id=1255924 and its precursors.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
Updated•5 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
•