Closed Bug 1526201 Opened 5 years ago Closed 5 years ago

Default objdir for android builds contains host OS instead of android

Categories

(Firefox Build System :: General, enhancement)

enhancement
Not set
normal

Tracking

(firefox67 fixed)

RESOLVED FIXED
mozilla67
Tracking Status
firefox67 --- fixed

People

(Reporter: glandium, Assigned: glandium)

References

Details

Attachments

(1 file)

For instance, with the following mozconfig:

ac_add_options --enable-application=mobile/browser

the created objdir is obj-x86_64-pc-linux-gnu on my machine.

With an additional

ac_add_options --target=arm

it becomes obj-arm-pc-linux-gnu, although both actually do the same thing. And in both cases, it should be obj-arm-unknown-linux-androideabi.

It actually works with --enable-project=mobile/browser so this is a problem with the --enable-application alias.

Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/8a7955cc1149
Fix objdir used by --enable-application=mobile/android builds. r=chmanchester
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: