Open
Bug 1169536
Opened 10 years ago
Updated 3 years ago
Moz Make Flag causes build fail For mobile
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: amoghbl1, Unassigned)
Details
Attachments
(1 file)
|
96.90 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150528004000
Steps to reproduce:
Using the mozconfig:
'''
# Build Fennec
ac_add_options --enable-application=mobile/android
# Android
ac_add_options --target=arm-linux-androideabi
ac_add_options --with-android-ndk="$NDK_BASE" #Enter the android ndk location(ndk r8e)
ac_add_options --with-android-sdk="$SDK_BASE/platforms/android-21" #Enter the android sdk location
ac_add_options --with-ccache #enable ccache to set amount of cache assigned for build.
ac_add_options --disable-unified-compilation
# OBJDIR
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@
ac_add_options --disable-webrtc
'''
Causes a weird error with the log attached
Actual results:
Build Configure Failure
Expected results:
Configuration Successful
Updated•8 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•