Closed
Bug 1430313
Opened 8 years ago
Closed 8 years ago
Don't take brand.dtd from object directory in mobile/android
Categories
(Firefox Build System :: Android Studio and Gradle Integration, enhancement)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(firefox59 fixed)
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: nalexander, Assigned: nalexander)
Details
Attachments
(1 file)
Right now, there's a subtle dependency in the build system that's not expressed: mobile/android/base depends on the branding directory being built before it.
I think this was culted from browser/, which has localized branding in browser/branding/official/. However, none of the mobile/android branding is localized -- it's all en-US -- so this isn't necessary.
It's responsible for tickets like https://bugzilla.mozilla.org/show_bug.cgi?id=1299137 and for generally difficult to work around orderings during repacks.
We should just stop doing this.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8942378 [details]
Bug 1430313 - Don't take brand.dtd from object directory.
https://reviewboard.mozilla.org/r/212660/#review218930
Attachment #8942378 -
Flags: review+
Updated•8 years ago
|
Attachment #8942378 -
Flags: review?(core-build-config-reviews)
Pushed by nalexander@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a1a5efa349c4
Don't take brand.dtd from object directory. r=mshal
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 59
Updated•6 years ago
|
Product: Firefox for Android → Firefox Build System
Target Milestone: Firefox 59 → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•