aboutsummaryrefslogtreecommitdiffstats
path: root/android/android.h
Commit message (Collapse)AuthorAgeFilesLines
* Provide GL strings from renderer to ddms pingJesse Hall2012-05-011-0/+7
| | | | Change-Id: I59c9e58c568a70855783e57514fec80b711d6a64
* Fixed dependency ob core data in android/help.cVladimir Chtchetkine2010-09-011-0/+2
| | | | | | Also moved along -tcpdump option Change-Id: I9fc53e0dc6a86e9a880d6127bf2da3ac1d7ec58a
* Move net-related routines from main.c to net-android.cVladimir Chtchetkine2010-07-151-0/+4
| | | | Change-Id: If102220e6db913f4a51bb1809ce60f4bf24bdd6a
* Extract emulator major version number from SDK Tools package revision.David 'Digit' Turner2009-12-031-3/+0
| | | | | The minor version number is now always 0, this makes the next version number "5.0" currently in the eclair branch.
* Fix a crash when using an 8MB SD Card image file.David 'Digit' Turner2009-12-011-1/+1
| | | | | The minimum size is now 9MB. This appears to be a limitation of the emulated MMC hardware code and/or kernel device driver.
* Fix EsounD audio backend and bump version number.David 'Digit' Turner2009-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | The original esdaudio.c file from upstream contains a nasty race condition that can be triggered when the emulator exists while the audio record thread is in a blocking read() call. In this case, exit() will end up calling esd_fini_in which will try to pthread_join() the blocked thread, resulting in a dead-lock. This change just gets rid of the helper threads and just performs audio output and input in the main event loop, avoiding blocking i/o completely. I haven't experienced any difference compared to the original one, be it in audio lag or CPU usage when playing a simple MP3 file in the emulated system. The change also updates the update-audio.sh script since we don't store our sources in p4 anymore. A small fix in common.sh deals removes an obsolete special case that is not needed anymore when determining the location of the host prebuilt binaries. The version number is also bumped to 1.12 and CHANGES.TXT updated accordingly.
* Fix ANDROID_SDK_HOME handling on Unix (the env. var was ignored)David 'Digit' Turner2009-07-241-1/+1
| | | | | | | | Bump version number to 1.11 in android/android.h Update CHANGES.TXT to reflect SDK 1.5_r3 changes Update some comments in android/boot-properties.[hc] Add a --debug option to android-configure.sh (and android-rebuild.sh) to build a unoptimized debug version of the standalone emulator binary.
* Bump version number and update ChangeLogDavid 'Digit' Turner2009-06-011-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+100
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-100/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+100