| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ia011e2642f7411991052281af4c26ffcbb335c36
|
|
|
|
|
|
| |
Lion/XCode4 needs to be explicitly told the dynamic library
lookup symbols in the precompiled libSDL are resolved at
runtime
|
|
|
|
|
| |
This goes invisible on case-insensitive filesystems, but fails
when XCode is installed on a case-sensitive filesystem.
|
|
|
|
|
|
|
|
|
| |
Force the inclusion of the dynamic linker libraries used by the
prebuilt libSDL. I did look at turning the switch on to build libSDL
from source, but libSDL-1.2 isn't buildable under 10.7/XCode 4,
and they've moved on to 1.3 now, so that would have been a dead end;
Change-Id: Idf75bb46e855929543395811d4d56e1f7dfa3785
|
|
|
|
|
|
|
|
|
|
|
| |
This is change of a check in the emulator build file so it only
applies a rule when it's being run on 10.6 instead of what it
currently does, which is apply the run to any build running on
10.5 and above. This is needed because it's the part of the
emulator build which requires the 10.4 SDK, which, of course,
isn't available under XCode 4;
Change-Id: I4748cc4ac50c966a7add04e000aa665d4738ba62
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This updates the build-kernel.sh script to be able to rebuild
the x86 goldfish kernel from sources using our NDK-compatible
toolchain. This is needed because the toolchain is configured
with -mfpmath=sse and -fpic by default, which we need to disable.
Because the kernel build system doesn't allow us to provide extra
compiler flags easily, we create a "magic" wrapper toolchain to
do it for us (see toolbox.sh)
Change-Id: Ie868497dc5543d1149c51f354daa567863b638dc
|
|
|
|
| |
Change-Id: I62ff5898c7a955aaaa8af8f7ee7ed018af860f80
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Id2dbb227280f0c0e1b5708ef78b9f19b087f92d5
|
| |
| |
| |
| |
| |
| |
| | |
This is part of a bigger CL (coming later this week) that uses qemu pipes to
hook up host ADB with ADBD daemon running on the guest system.
Change-Id: I625b020531af636b9b9fa4e4aa52b7586749c693
|
|/
|
|
|
|
|
|
|
| |
The pipe client should really be closed (and destructed) only when the guest closes
its handle to the pipe. When pipe client is closed from within the emulator, it
should only notify the guest about disconnection, and wait for the guest to
explicitly close the pipe handle.
Change-Id: I6bde3ae1e05ff5dc40e9903282c3fc46df0b9b57
|
|
|
|
|
|
|
|
|
|
| |
This fixes the 64-bit Linux build (i.e. ./android-rebuild.sh --try-64).
You can't really call _mm_empty() when your target CPU doesn't support MMX.
We should probably try to use XMM registers instead of MMX for this in
the future, but this should be good enough for now.
Change-Id: If5abf747939022ef47daf7eb4badf1798e22bf95
|
|
|
|
| |
Change-Id: I54897ca86b372d98c7a30a47ecf88a4df8ee0fe9
|
|
|
|
|
|
|
|
|
|
| |
Camera framework requires that certain frame dimensions must be supported by the
camera devices. Since on Windows and Mac we have no way of knowing the real
webcam capabilities, but camera API there pretty much allows us to choose any
frame dimensions that we want, we will hard-code those that are required by
the camera framework.
Change-Id: I625381776f374103d2ac1c62fabae23b1c5afa88
|
|
|
|
| |
Change-Id: I554de3610bbd28cc299fecae4bf0199f044edb5a
|
|
|
|
| |
Change-Id: Ia2c29d890695186b04dd5d306c88aadfe084318f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are three major things in this CL:
1. Abstract a connection with an Android device that is connected to the host via
USB, and there is a TCP port forwarding to this device via 'adb forward' command.
This abstraction is implemented in android/android-device.*
2. A client for android device API that talks to an app on the connected device that
provides values for sensors available on the device. This is implemented in
android/sensors-port.*
3. Changes to the sensor emulation code in android/hw-sensors.c to use sensors port
(when available) for sensors emulation.
Change-Id: I12901e8db6b6a6262fc1703ed96a9f714335d666
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Add snapshot load/save support to QEMU Pipes
This adds the ability to save and load QEMU Pipe connections
with snapshots. Note that by default, all loaded pipe client
connections are force-fully closed on load.
We don't have a good way to save the state of network
connections to persistent storage.
Properly implements snapshot save / load for qemu pipe clients.
Change-Id: Ie5767f8ce40c8341b958cc5844e724dd4fc1ed2b
|
|/
|
|
| |
Change-Id: I039cd6072795781a55d1f1280f9c2cf2d706b457
|
|\
| |
| |
| | |
Change-Id: I3b28c596e68e55c781913fb1f6101832e29d67ec
|
| |\ |
|
| | |\ |
|
| | | |\ |
|
| | | | |\ |
|
| | | | | |\ |
|
| | | | | | |\ |
|
| | | | | | | |\ |
|
| | | | | | | | |\ |
|
| | | | | | | | | |\ |
|
| | | | | | | | | | |\ |
|
| | | | | | | | | | | |\ |
|
| | | | | | | | | | | | |\ |
|
| | | | | | | | | | | | | |\ |
|
| | | | | | | | | | | | | | |\ |
|
| | | | | | | | | | | | | | | |\ |
|
| | | | | | | | | | | | | | | | |\ |
|
| | | | | | | | | | | | | | | | | |\ |
|
| | | | | | | | | | | | | | | | | | |\ |
|
| | | | | | | | | | | | | | | | | | | |\
| | | | | | | | | | | | | | | | | | | |/
| | | | | | | | | | | | | | | | | | |/| |
|
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | |
* commit '4f491729ceb8cd09baeb0a7bc8e95f6af45f4ed5':
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
* commit 'bb0673b9385deb0a850edac9f9ed80e0c0a3d2f8':
|
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|/ / / / / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
Change-Id: Iae8d9ab18c8705aa2ca6723d00955252124756aa
|
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / / / / / / / / / /
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
Change-Id: I9b2c7a84a682444ca735ca24376d758ae705e481
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / / / / / / / / /
| | | | / / / / / / / / / / / / / / / / / /
| | |_|/ / / / / / / / / / / / / / / / / /
| |/| | | | | | | | | | | | | | | | | | | |
Change-Id: I144eaacc60970e426530bc548d2b09c7329da477
|
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
Change-Id: Icfefe7b28862775d026d2d535b68aa2313b8eb7b
|
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
not merge.
* commit '9f3c0c76682640cf6583b1b0babb23e9038a8d71':
Cherry-pick d0e2872 from master: Fix snapshots. do not merge.
|
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | |
* commit 'a2f29cb6efc83df073e66a3cf2c7ba02709b4257':
Cherrypick fa0c8e from master. do not merge.
|
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | | |
* commit '0fd262f1b4682a6d2dae0f61f6ea394d14f33c08':
CherryPicked from d0b482e on master. Do not merge.
|
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | | | | | | | | |
* commit '7ae4139bbecc44a9d4210fde9de25f9acc1feff7':
Merge from 33f89d0 on master. Do not merge.
|