aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
Commit message (Collapse)AuthorAgeFilesLines
* Add OpenGLES pipe implementation.David 'Digit' Turner2011-04-111-0/+1
| | | | Change-Id: I3ad498380de8438dbf430316af2d4391876057cc
* Add <android/utils/intmap.h> which implements an integer-keyed map of pointers.David 'Digit' Turner2011-04-111-0/+1
| | | | This will be used later to support QEMUD fast pipes.
* Build arm and x86 binaries at the same time.David 'Digit' Turner2011-02-241-0/+613
| | | | | | | | | | | | This patch modifies the way we build the emulator's various programs. It reduces the number of static libraries generated, and better segregates between common, ui, qemu and target-specific code. Note that we build both the arm and x86 binaries at the same time in all build scenarios for now. This is done to catch build regressions as soon as possible. Change-Id: I6240705041e137e32f207e1e2444c614c52aaf05
* Revert "Build arm and x86 binaries at the same time."Xavier Ducrohet2011-02-091-592/+0
| | | | | | This fails to build on MacOS X This reverts commit a39b10bd2574825a815d6ad854499dd127cfa9cb.
* Build arm and x86 binaries at the same time.David 'Digit' Turner2011-02-101-0/+592
Change-Id: I105c5a097c988cb964b47b40b71c7a08af0d9210