Changes between Version 206 and Version 207 of AndroidPort


Ignore:
Timestamp:
Feb 6, 2012, 5:42:09 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v206 v207  
    368368
    369369{{{
    370 cd $moz/js/src && autoconf2.13
     370cd js-1.8.5/js/src
     371autoconf2.13
    371372}}}
    372373Then create a js directory, configure js, and build it:
     
    376377mkdir js
    377378cd js
    378 $moz/js/src/configure \
     379$TODO/js-1.8.5/js/src/configure \
    379380  --target=arm-android-eabi \
    380381  --with-android-ndk=$NDK \