Advertisement
Guest User

mozconfig

a guest
Sep 19th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1.  # Add the correct paths here:
  2.  ac_add_options --with-android-ndk="$HOME/android-ndk-r8e"
  3.  ac_add_options --with-android-sdk="$HOME/android-sdk-linux/platforms/android-17"
  4.  
  5.  # android options
  6.  ac_add_options --enable-application=mobile/android
  7.  ac_add_options --target=arm-linux-androideabi
  8.  
  9.  ac_add_options --with-ccache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement