Fix OSX emulator-[arm|mips] debug builds
This patch fixes the "dyld: Symbol not found: _trace_filename" error
by removing the apparently unnecessary android/goldfish/trace.c file
from Makefile.target
Related Issue:
https://code.google.com/p/android/issues/detail?id=72364
Change-Id: I9f64be1226bc21f2e7c5def1452b260461475f25
diff --git a/Makefile.target b/Makefile.target
index ae5e1cd..558ecbf 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -87,8 +87,7 @@
arm/pic.c \
arm/boot.c \
android/goldfish/interrupt.c \
- android/goldfish/timer.c \
- android/goldfish/trace.c \
+ android/goldfish/timer.c
# The following sources must be compiled with the final executables
# because they contain device_init() or machine_init() statements.
@@ -133,7 +132,6 @@
mips/mips_pic.c \
android/goldfish/interrupt.c \
android/goldfish/timer.c \
- android/goldfish/trace.c \
mips/cputimer.c \
mips/mips_int.c