Closed
Bug 1820946
Opened 2 years ago
Closed 2 years ago
Various cleanups for Android build setup
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox112 fixed)
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(7 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Apparently, the problem that this worked around doesn't happen anymore.
Assignee | ||
Comment 5•2 years ago
|
||
It is already added globally.
Assignee | ||
Comment 6•2 years ago
|
||
The NDK detection has some code that remains from older NDKs that we
don't support anymore.
Assignee | ||
Comment 7•2 years ago
|
||
This used to be necessary, but since we switched most things to use LLVM
tools instead of binutils ones, this has become less useful.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/e7e757f81239
Remove unused Android related variables from the build system. r=firefox-build-system-reviewers,andi
https://hg.mozilla.org/integration/autoland/rev/fab9ab6be4df
Avoid duplication of Android flags between python and autoconf configure. r=firefox-build-system-reviewers,andi
https://hg.mozilla.org/integration/autoland/rev/80c39fbdd3cc
Pass armv7 related flags to bindgen. r=firefox-build-system-reviewers,andi
https://hg.mozilla.org/integration/autoland/rev/29d4062af55a
Remove special case for libatomic with clang on Linux x86. r=firefox-build-system-reviewers,andi
https://hg.mozilla.org/integration/autoland/rev/c33afd656602
Remove -fno-exceptions from Android-specific compiler flags. r=firefox-build-system-reviewers,andi
https://hg.mozilla.org/integration/autoland/rev/6703b4c0b896
Remove old NDK directories. r=firefox-build-system-reviewers,andi
https://hg.mozilla.org/integration/autoland/rev/8cb8c61690bb
Stop implying a toolchain prefix for Android builds. r=firefox-build-system-reviewers,andi
Comment 9•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e7e757f81239
https://hg.mozilla.org/mozilla-central/rev/fab9ab6be4df
https://hg.mozilla.org/mozilla-central/rev/80c39fbdd3cc
https://hg.mozilla.org/mozilla-central/rev/29d4062af55a
https://hg.mozilla.org/mozilla-central/rev/c33afd656602
https://hg.mozilla.org/mozilla-central/rev/6703b4c0b896
https://hg.mozilla.org/mozilla-central/rev/8cb8c61690bb
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•