aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorDavid Turner <nobody@android.com>2009-06-02 12:30:47 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-06-02 12:30:47 -0700
commit9c0c515a32e74a12cc7fb4d65481d20ebf027147 (patch)
tree40426772d73b02cfebbb870e2921eea68ee16ef3 /Makefile.android
parentecd65c2ac179c55fbbbb3ba5a3348dcc0bc475dd (diff)
downloadexternal_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.android1
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 \