canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,798
edits
Nalexander (talk | contribs) |
MarkFinkle (talk | contribs) |
||
Line 36: | Line 36: | ||
# With the following Android SDK and NDK: | # With the following Android SDK and NDK: | ||
ac_add_options --with-android-sdk="/path/to/android- | ac_add_options --with-android-sdk="/path/to/android-sdk/platforms/android-21" | ||
ac_add_options --with-android-ndk="/path/to/android- | ac_add_options --with-android-ndk="/path/to/android-ndk-r8e" | ||
This assumes you have followed the instructions above and are using Android platform 21 and NDK version r8e. You must use <tt>$HOME</tt> instead of <tt>~</tt> in your mozconfig because <tt>~</tt> does not get expanded. | This assumes you have followed the instructions above and are using Android platform 21 and NDK version r8e. You must use <tt>$HOME</tt> instead of <tt>~</tt> in your mozconfig because <tt>~</tt> does not get expanded. |