Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # Build Firefox for Android:
  2. ac_add_options --enable-application=mobile/android
  3. ac_add_options --target=arm-linux-androideabi
  4.  
  5. # With the following Android SDK and NDK:
  6. ac_add_options --with-android-sdk="/home/alex/.mozbuild/android-sdk-linux"
  7. ac_add_options --with-android-ndk="/home/alex/.mozbuild/android-ndk-r8e"
  8.  
  9. mk_add_options MOZ_OBJDIR=./objdir-droid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement