blob: fa4959298fb9f204731e75b5d11d261dbb295076 [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 \
9 AudioResamplerSinc.cpp.arm \
10 AudioResamplerCubic.cpp.arm \
11 AudioPolicyService.cpp
12
Eric Laurent6d8b6942011-06-24 07:01:31 -070013LOCAL_C_INCLUDES := \
14 system/media/audio_effects/include
15
Mathias Agopian65ab4712010-07-14 17:59:35 -070016LOCAL_SHARED_LIBRARIES := \
17 libcutils \
18 libutils \
19 libbinder \
20 libmedia \
Dima Zavinfce7a472011-04-19 22:30:36 -070021 libhardware \
Mathias Agopian65ab4712010-07-14 17:59:35 -070022 libhardware_legacy \
Jeff Brown5e0067b2011-07-11 22:12:16 -070023 libeffects \
Eric Laurentfeb0db62011-07-22 09:04:31 -070024 libdl \
25 libpowermanager
Mathias Agopian65ab4712010-07-14 17:59:35 -070026
Dima Zavinfce7a472011-04-19 22:30:36 -070027LOCAL_STATIC_LIBRARIES := \
Glenn Kasten4d8d0c32011-07-08 15:26:12 -070028 libcpustats \
Dima Zavinfce7a472011-04-19 22:30:36 -070029 libmedia_helper
Mathias Agopian65ab4712010-07-14 17:59:35 -070030
Mathias Agopian65ab4712010-07-14 17:59:35 -070031LOCAL_MODULE:= libaudioflinger
32
Mathias Agopian65ab4712010-07-14 17:59:35 -070033include $(BUILD_SHARED_LIBRARY)