blob: 157405a2168c1d11879e0baad490f482a1b36e64 [file] [log] [blame]
Mathias Agopian65ab4712010-07-14 17:59:35 -07001LOCAL_PATH:= $(call my-dir)
2
Mathias Agopian65ab4712010-07-14 17:59:35 -07003include $(CLEAR_VARS)
4
5LOCAL_SRC_FILES:= \
6 AudioFlinger.cpp \
7 AudioMixer.cpp.arm \
8 AudioResampler.cpp.arm \
Glenn Kasten44deb052012-02-05 18:09:08 -08009 AudioPolicyService.cpp \
10 ServiceUtilities.cpp
Glenn Kastencdf21582012-02-02 14:01:58 -080011# AudioResamplerSinc.cpp.arm
12# AudioResamplerCubic.cpp.arm
Mathias Agopian65ab4712010-07-14 17:59:35 -070013
Eric Laurent6d8b6942011-06-24 07:01:31 -070014LOCAL_C_INCLUDES := \
Glenn Kasten3b21c502011-12-15 09:52:39 -080015 system/media/audio_effects/include \
16 system/media/audio_utils/include
Eric Laurent6d8b6942011-06-24 07:01:31 -070017
Mathias Agopian65ab4712010-07-14 17:59:35 -070018LOCAL_SHARED_LIBRARIES := \
Glenn Kasten3b21c502011-12-15 09:52:39 -080019 libaudioutils \
Mathias Agopian65ab4712010-07-14 17:59:35 -070020 libcutils \
21 libutils \
22 libbinder \
23 libmedia \
Dima Zavinfce7a472011-04-19 22:30:36 -070024 libhardware \
Mathias Agopian65ab4712010-07-14 17:59:35 -070025 libhardware_legacy \
Jeff Brown5e0067b2011-07-11 22:12:16 -070026 libeffects \
Eric Laurentfeb0db62011-07-22 09:04:31 -070027 libdl \
28 libpowermanager
Mathias Agopian65ab4712010-07-14 17:59:35 -070029
Dima Zavinfce7a472011-04-19 22:30:36 -070030LOCAL_STATIC_LIBRARIES := \
Glenn Kasten4d8d0c32011-07-08 15:26:12 -070031 libcpustats \
Dima Zavinfce7a472011-04-19 22:30:36 -070032 libmedia_helper
Mathias Agopian65ab4712010-07-14 17:59:35 -070033
Mathias Agopian65ab4712010-07-14 17:59:35 -070034LOCAL_MODULE:= libaudioflinger
35
Mathias Agopian65ab4712010-07-14 17:59:35 -070036include $(BUILD_SHARED_LIBRARY)