Merge "Use arch-specific variables" am: b33ba455c4 am: 3f1ab425f5
am: c55415d27b Change-Id: Ia1b9be2f0ccc56ead8f3efb35f11a667abc80d2f
This commit is contained in:
@ -32,9 +32,8 @@ LOCAL_SRC_FILES := \
|
|||||||
sparse_fir_filter.cc \
|
sparse_fir_filter.cc \
|
||||||
window_generator.cc \
|
window_generator.cc \
|
||||||
|
|
||||||
ifeq ($(TARGET_ARCH), $(filter $(TARGET_ARCH),x86 x86_64))
|
LOCAL_SRC_FILES_x86 += fir_filter_sse.cc
|
||||||
LOCAL_SRC_FILES += fir_filter_sse.cc
|
LOCAL_SRC_FILES_x86_64 += fir_filter_sse.cc
|
||||||
endif
|
|
||||||
|
|
||||||
# Flags passed to both C and C++ files.
|
# Flags passed to both C and C++ files.
|
||||||
LOCAL_CFLAGS := \
|
LOCAL_CFLAGS := \
|
||||||
|
@ -22,9 +22,8 @@ LOCAL_SRC_FILES := \
|
|||||||
resampler.cc \
|
resampler.cc \
|
||||||
sinc_resampler.cc \
|
sinc_resampler.cc \
|
||||||
|
|
||||||
ifeq ($(TARGET_ARCH), $(filter $(TARGET_ARCH),x86 x86_64))
|
LOCAL_SRC_FILES_x86 += sinc_resampler_sse.cc
|
||||||
LOCAL_SRC_FILES += sinc_resampler_sse.cc
|
LOCAL_SRC_FILES_x86_64 += sinc_resampler_sse.cc
|
||||||
endif
|
|
||||||
|
|
||||||
# Flags passed to both C and C++ files.
|
# Flags passed to both C and C++ files.
|
||||||
LOCAL_CFLAGS := \
|
LOCAL_CFLAGS := \
|
||||||
|
Reference in New Issue
Block a user