diff options
-rw-r--r-- | Makefile.target | 3 |
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 \ |