On 2/24/2014, 3:29 PM, Mustafa Altekreeti wrote:
Hello,
I am trying to build firefox for android, fennec, but instead I am getting 
firefox for desktop,
I am working under ubuntu 12.04,
and my configuration file "fennec-mozconfig" as follows:

#add the correct paths here:
  ac_add_options --with-android-ndk="/android-ndk-r8e"
  ac_add_options 
--with-android-sdk="/home/mustafa/Developer/adt-bundle-linux-x86_64-20131030/sdk/platforms/android-19"
# android options
  ac_add_options --enable-application=mobile/android
  ac_add_options --target=arm-linux-androideabi
  ac_add_options --with-ccache
  mk_add_options MOZ_OBJDIR=/src/objdir-droid

I put this file in the mozilla source code directory and also added the 
absolute path to it using the export command,

I think the build command does not see fennec-mozconfig file and build the 
default application which is the ordinary firefox browser

You should rename your fennec-mozconfig to mozconfig. (Or export MOZCONFIG=fennec-mozconfig.)

irc.mozilla.org/#mobile for further help building Fennec, BTW.

Nick

_______________________________________________
dev-builds mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-builds

Reply via email to