Closed
Bug 1247470
Opened 9 years ago
Closed 9 years ago
Bouncer APK packaging breaks Android l10n single repacks
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(firefox47 fixed)
RESOLVED
FIXED
mozilla47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: nalexander, Assigned: nalexander)
References
Details
Attachments
(1 file)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → nalexander
Status: NEW → ASSIGNED
Component: General → Build Config & IDE Support
Assignee | ||
Comment 1•9 years ago
|
||
There's no slick way to determine that we're doing a single local
repack, and it's not worth adding a new flag just for this situation.
So let's not sign the bouncer APK if tests are disabled; since tests
are disabled during single local repack packaging, this should be
sufficient. This makes the bouncer APK just like the Robocop APK.
Review commit: https://reviewboard.mozilla.org/r/34431/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/34431/
Attachment #8718199 -
Flags: review?(mh+mozilla)
Updated•9 years ago
|
Attachment #8718199 -
Flags: review?(mh+mozilla) → review+
Comment 2•9 years ago
|
||
Comment on attachment 8718199 [details]
MozReview Request: Bug 1247470 - Don't try to sign bouncer APK during Android single locale repacks. r?glandium
https://reviewboard.mozilla.org/r/34431/#review31357
::: toolkit/mozapps/installer/upload-files.mk:341
(Diff revision 1)
> +INNER_INSTALL_BOUNCER_PACKAGE=echo
If you use true instead of echo, you won't add an empty line to the log.
Comment 4•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 47
Comment 5•9 years ago
|
||
This might be fixed, hard to tell as the l10n nightlies fail to find tooltool.py, filed bug 1248255 on that.
See Also: → 1248255
Updated•6 years ago
|
Product: Firefox for Android → Firefox Build System
Target Milestone: Firefox 47 → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•