diff options
author | David Turner <nobody@android.com> | 2009-06-02 12:30:47 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-06-02 12:30:47 -0700 |
commit | 9c0c515a32e74a12cc7fb4d65481d20ebf027147 (patch) | |
tree | 40426772d73b02cfebbb870e2921eea68ee16ef3 /Makefile.android | |
parent | ecd65c2ac179c55fbbbb3ba5a3348dcc0bc475dd (diff) | |
download | external_qemu-9c0c515a32e74a12cc7fb4d65481d20ebf027147.zip external_qemu-9c0c515a32e74a12cc7fb4d65481d20ebf027147.tar.gz external_qemu-9c0c515a32e74a12cc7fb4d65481d20ebf027147.tar.bz2 |
AI 149496: Backport emulator-related donut fixes into cupcake.
This includes the following fixes:
- remove potential qemud crash at system boot
- fix GPS fix emulation
- fix inter-emulator networking (DNS resolution helper now behaves correctly on all IPv6-capable systems)
- add -prop <name>=<value> option to add system properties on boot
- allow F5 keybinding for SEARCH on keyboard-less hardware configurations
- allow skins to provide a "search" button
- fixed bad QADD/QSUB/QDADD/QDSUB ARM CPU instructions emulation
Automated import of CL 149496
Diffstat (limited to 'Makefile.android')
-rw-r--r-- | Makefile.android | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android index 4c697fb..549136a 100644 --- a/Makefile.android +++ b/Makefile.android @@ -421,6 +421,7 @@ VL_SOURCES := vl.c osdep.c cutils.c \ shaper.c charpipe.c loadpng.c \ framebuffer.c \ tcpdump.c \ + android/boot-properties.c \ android/charmap.c \ android/cmdline-option.c \ android/config.c \ |