summaryrefslogtreecommitdiffstats
path: root/arm-wt-22k/Android.mk
diff options
context:
space:
mode:
authorMarco Nelissen <marcone@google.com>2014-12-16 12:45:05 -0800
committerMarco Nelissen <marcone@google.com>2014-12-16 12:45:05 -0800
commitc1ad0d6bc1170e735431dd34c67b874a070ab72f (patch)
tree480b99a018d01ad4b190830029c0411e671cbd66 /arm-wt-22k/Android.mk
parent399080e8ae3ebee97a5a57f1072452c4c77b5c5a (diff)
downloadandroid_external_sonivox-c1ad0d6bc1170e735431dd34c67b874a070ab72f.tar.gz
android_external_sonivox-c1ad0d6bc1170e735431dd34c67b874a070ab72f.tar.bz2
android_external_sonivox-c1ad0d6bc1170e735431dd34c67b874a070ab72f.zip
Use callbacks for I/O
Instead of having the Sonivox engine directly open the file and use stdio to read from it, use caller-provided callbacks. Change-Id: Ie55129109060a4a7862fee3177f994401e00b6c1
Diffstat (limited to 'arm-wt-22k/Android.mk')
-rw-r--r--arm-wt-22k/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm-wt-22k/Android.mk b/arm-wt-22k/Android.mk
index ae71d6d..3dd8e7a 100644
--- a/arm-wt-22k/Android.mk
+++ b/arm-wt-22k/Android.mk
@@ -38,11 +38,11 @@ LOCAL_SRC_FILES = \
lib_src/jet.c \
host_src/eas_config.c \
host_src/eas_hostmm.c \
- host_src/eas_main.c \
- host_src/eas_report.c \
- host_src/eas_wave.c
+ host_src/eas_report.c
# not using these modules
+# host_src/eas_main.c \
+# host_src/eas_wave.c \
# lib_src/eas_wavefile.c \
# lib_src/eas_wavefiledata.c \