Merge "Fix emulator audio."
diff --git a/Makefile.target b/Makefile.target
index 8006c8d..7681dba 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -103,6 +103,9 @@
 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 \