aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-05-05 09:39:05 -0700
committerAndroid Code Review <code-review@android.com>2011-05-05 09:39:05 -0700
commitb456b97319e2ed709a875cec198f02bd0145df72 (patch)
tree43f932bd8cecdde97d3f74f74957d60a52b7d8e6
parentf031402876a2db1be0e3b8112b6dd63aecb2ebc9 (diff)
parent764a3c96b99c8fbb6765d08ea68ec7fcc9bc6a1f (diff)
downloadexternal_qemu-b456b97319e2ed709a875cec198f02bd0145df72.zip
external_qemu-b456b97319e2ed709a875cec198f02bd0145df72.tar.gz
external_qemu-b456b97319e2ed709a875cec198f02bd0145df72.tar.bz2
Merge "Fix emulator audio."
-rw-r--r--Makefile.target3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target
index 8006c8d..7681dba 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -103,6 +103,9 @@ LOCAL_SRC_FILES += arm-dis.c
LOCAL_CFLAGS += $(ZLIB_CFLAGS)
endif
+# required to ensure we properly initialize virtual audio hardware
+LOCAL_CFLAGS += -DHAS_AUDIO
+
ifeq ($(EMULATOR_TARGET_ARCH),x86)
HW_SOURCES += \
apic.c \