blob: 22fa7520ee1ad43f30dfe92a169494ee50d6f730 [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 \
John Grossman4ff14ba2012-02-08 16:37:41 -080010 AudioBufferProvider.cpp \
Glenn Kasten44deb052012-02-05 18:09:08 -080011 ServiceUtilities.cpp
Glenn Kastencdf21582012-02-02 14:01:58 -080012# AudioResamplerSinc.cpp.arm
13# AudioResamplerCubic.cpp.arm
Mathias Agopian65ab4712010-07-14 17:59:35 -070014
Eric Laurent6d8b6942011-06-24 07:01:31 -070015LOCAL_C_INCLUDES := \
Glenn Kasten3b21c502011-12-15 09:52:39 -080016 system/media/audio_effects/include \
17 system/media/audio_utils/include
Eric Laurent6d8b6942011-06-24 07:01:31 -070018
Mathias Agopian65ab4712010-07-14 17:59:35 -070019LOCAL_SHARED_LIBRARIES := \
Glenn Kasten3b21c502011-12-15 09:52:39 -080020 libaudioutils \
John Grossman4ff14ba2012-02-08 16:37:41 -080021 libcommon_time_client \
Mathias Agopian65ab4712010-07-14 17:59:35 -070022 libcutils \
23 libutils \
24 libbinder \
25 libmedia \
Dima Zavinfce7a472011-04-19 22:30:36 -070026 libhardware \
Mathias Agopian65ab4712010-07-14 17:59:35 -070027 libhardware_legacy \
Jeff Brown5e0067b2011-07-11 22:12:16 -070028 libeffects \
Eric Laurentfeb0db62011-07-22 09:04:31 -070029 libdl \
30 libpowermanager
Mathias Agopian65ab4712010-07-14 17:59:35 -070031
Dima Zavinfce7a472011-04-19 22:30:36 -070032LOCAL_STATIC_LIBRARIES := \
Glenn Kasten4d8d0c32011-07-08 15:26:12 -070033 libcpustats \
Dima Zavinfce7a472011-04-19 22:30:36 -070034 libmedia_helper
Mathias Agopian65ab4712010-07-14 17:59:35 -070035
Mathias Agopian65ab4712010-07-14 17:59:35 -070036LOCAL_MODULE:= libaudioflinger
37
Mathias Agopian65ab4712010-07-14 17:59:35 -070038include $(BUILD_SHARED_LIBRARY)