blob: 52834db26dc6eaab45882a4e2c62178648c1c33d [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 := \
Glenn Kasten3b21c502011-12-15 09:52:39 -080014 system/media/audio_effects/include \
15 system/media/audio_utils/include
Eric Laurent6d8b6942011-06-24 07:01:31 -070016
Mathias Agopian65ab4712010-07-14 17:59:35 -070017LOCAL_SHARED_LIBRARIES := \
Glenn Kasten3b21c502011-12-15 09:52:39 -080018 libaudioutils \
Mathias Agopian65ab4712010-07-14 17:59:35 -070019 libcutils \
20 libutils \
21 libbinder \
22 libmedia \
Dima Zavinfce7a472011-04-19 22:30:36 -070023 libhardware \
Mathias Agopian65ab4712010-07-14 17:59:35 -070024 libhardware_legacy \
Jeff Brown5e0067b2011-07-11 22:12:16 -070025 libeffects \
Eric Laurentfeb0db62011-07-22 09:04:31 -070026 libdl \
27 libpowermanager
Mathias Agopian65ab4712010-07-14 17:59:35 -070028
Dima Zavinfce7a472011-04-19 22:30:36 -070029LOCAL_STATIC_LIBRARIES := \
Glenn Kasten4d8d0c32011-07-08 15:26:12 -070030 libcpustats \
Dima Zavinfce7a472011-04-19 22:30:36 -070031 libmedia_helper
Mathias Agopian65ab4712010-07-14 17:59:35 -070032
Mathias Agopian65ab4712010-07-14 17:59:35 -070033LOCAL_MODULE:= libaudioflinger
34
Mathias Agopian65ab4712010-07-14 17:59:35 -070035include $(BUILD_SHARED_LIBRARY)