blob: 5164213b6fbc3f287f6c8c66c72b11c3d974fa7b [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 Kasten33b38392012-03-13 15:59:35 -070015 $(call include-path-for, audio-effects) \
16 $(call include-path-for, audio-utils)
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 \
John Grossman4ff14ba2012-02-08 16:37:41 -080020 libcommon_time_client \
Mathias Agopian65ab4712010-07-14 17:59:35 -070021 libcutils \
22 libutils \
23 libbinder \
24 libmedia \
Dima Zavinfce7a472011-04-19 22:30:36 -070025 libhardware \
Mathias Agopian65ab4712010-07-14 17:59:35 -070026 libhardware_legacy \
Jeff Brown5e0067b2011-07-11 22:12:16 -070027 libeffects \
Eric Laurentfeb0db62011-07-22 09:04:31 -070028 libdl \
29 libpowermanager
Mathias Agopian65ab4712010-07-14 17:59:35 -070030
Dima Zavinfce7a472011-04-19 22:30:36 -070031LOCAL_STATIC_LIBRARIES := \
Glenn Kasten4d8d0c32011-07-08 15:26:12 -070032 libcpustats \
Dima Zavinfce7a472011-04-19 22:30:36 -070033 libmedia_helper
Mathias Agopian65ab4712010-07-14 17:59:35 -070034
Mathias Agopian65ab4712010-07-14 17:59:35 -070035LOCAL_MODULE:= libaudioflinger
36
Mathias Agopian65ab4712010-07-14 17:59:35 -070037include $(BUILD_SHARED_LIBRARY)