Correct a file name in Android.mk in iSAC-fix (Android platform build).

Review URL: https://webrtc-codereview.appspot.com/798010

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2779 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kma@webrtc.org 2012-09-17 20:16:15 +00:00
parent f851802bd7
commit f4ca522e9b

View File

@ -49,7 +49,7 @@ ifeq ($(ARCH_ARM_HAVE_ARMV7A),true)
# Using .S (instead of .s) extention is to include a C header file in assembly.
LOCAL_SRC_FILES += \
lattice_armv7.S \
pitchfilter_armv6.S
pitch_filter_armv6.S
else
LOCAL_SRC_FILES += \
lattice_c.c