Mobile/Fennec/Android: Difference between revisions

Line 94: Line 94:
   
   
  # Add the correct paths here:
  # Add the correct paths here:
  ac_add_options --with-android-ndk="CHANGE/PATH/TO/android-ndk-r4c"
  ac_add_options --with-android-ndk="ABSOLUTE/PATH/TO/android-ndk-r4c"
  ac_add_options --with-android-sdk="CHANGE/PATH/TO/android-sdk-linux_86/platforms/android-8"
  ac_add_options --with-android-sdk="ABSOLUTE/PATH/TO/android-sdk-linux_86/platforms/android-8"
  ac_add_options --with-android-tools="CHANGE/PATH/TO/android-sdk-linux_86/tools"
  ac_add_options --with-android-tools="ABSOLUTE/PATH/TO/android-sdk-linux_86/tools"
   
   
  # android options
  # android options
213

edits