Fixeed missing files in Android.mk for isac

This commit is contained in:
Guillaume BIENKOWSKI 2013-11-08 14:56:24 +01:00
parent a18aab332c
commit 3b7b46786a

View file

@ -53,7 +53,8 @@ LOCAL_SRC_FILES += \
pitch_filter_armv6.S pitch_filter_armv6.S
else else
LOCAL_SRC_FILES += \ LOCAL_SRC_FILES += \
lattice_c.c lattice_c.c \
pitch_filter_c.c
endif endif
# Flags passed to both C and C++ files. # Flags passed to both C and C++ files.