I have tried to build Mozilla Fennec browser for Android. I have followed the instructions. It doesn't show any issue until the make
instruction:
make -f client.mk build_and_deploy
It stops at make -C . fast-package
instruction since the compiler couldn't recognize fast package instruction. So I have continued without fast-package
option. Again it stopped at
if test -d ./dist/bin ; then touch ./dist/bin/.purgecaches ; fi
make: Leaving directory `/home/user/android/src/config'
/dist/*.apk
is not created in the /objdir-droid
folder. mozconfig paths are correct. Can anyone point out what I am doing wrong here?