Changeset 11968


Ignore:
Timestamp:
04/12/12 19:08:12 (13 years ago)
Author:
glperez
Message:

Mistakenly did not add android/configure.make

Location:
issm/trunk-jpl/externalpackages
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/android-sdk/install.sh

    r11925 r11968  
    6262
    6363if [[ $step == "3" ]]; then
    64         #Here we will start up our default emulator to test that it is working properly.
     64    #Here we will start up our default emulator to test that it is working properly.
    6565    #Once the device has booted we will use the Android Debug Bridge tool to gain
    6666    #a terminal in our device.
    6767
    6868        cd $present_dir/install-sdk/tools
    69         ./emulator -avd $default_droid &
     69        ./emulator -avd $default_droid -sdcard ~/issm/trunk-jpl/externalpackages/android-emulators/test &
     70
    7071    cd ../platform-tools
    7172    ./adb wait-for-device shell
Note: See TracChangeset for help on using the changeset viewer.