Skip to content

Commit af41595

Browse files
committed
Remove unused code from midi engine
Bug: 151448144 Test: build, CTS Change-Id: Id8952cd036052d7f7ca71e5cedbc24f7ae2c852b
1 parent 99c4135 commit af41595

18 files changed

+74
-6218
lines changed

arm-wt-22k/Android.bp

-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
cc_library {
22
name: "libsonivox",
33
srcs: [
4-
"lib_src/eas_chorus.c",
5-
"lib_src/eas_chorusdata.c",
64
"lib_src/eas_data.c",
75
"lib_src/eas_dlssynth.c",
86
"lib_src/eas_flog.c",
9-
"lib_src/eas_ima_tables.c",
10-
"lib_src/eas_imaadpcm.c",
117
"lib_src/eas_imelody.c",
128
"lib_src/eas_imelodydata.c",
139
"lib_src/eas_math.c",
@@ -38,12 +34,6 @@ cc_library {
3834
"host_src/eas_config.c",
3935
"host_src/eas_hostmm.c",
4036
"host_src/eas_report.c",
41-
42-
// not using these modules
43-
//"host_src/eas_main.c",
44-
//"host_src/eas_wave.c",
45-
//"lib_src/eas_wavefile.c",
46-
//"lib_src/eas_wavefiledata.c",
4737
],
4838

4939
cflags: [

0 commit comments

Comments
 (0)