Changes between Version 226 and Version 227 of AndroidPort


Ignore:
Timestamp:
Feb 10, 2012, 12:32:36 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v226 v227  
    233233$ tar -xvf android-ndk-r4c-0moz3.tar.bz2
    234234}}}
     235Set the `NDK_MOZ` shell variable to the path of the directory that was unpacked, e.g.:
     236
     237{{{
     238$ NDK_MOZ=~/android/android-ndk-r4c
     239}}}
    235240Copy the Spidermonkey source directory from the game sources to the working directory, e.g.:
    236241
     
    258263  --target=arm-android-eabi \
    259264  --prefix=$SYSROOT/usr/local \
    260   --with-android-ndk=$NDK \
     265  --with-android-ndk=$NDK_MOZ \
    261266  --with-android-sdk=$SDK \
    262267  --with-endian=little \