blob: 257f62ca02817232872802b01483c9bda44f6d3e [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
Glenn Kasten2ee367e2012-03-19 17:36:25 -070018# FIXME keep libmedia_native but remove libmedia after split
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 \
Glenn Kasten2ee367e2012-03-19 17:36:25 -070026 libmedia_native \
Dima Zavinfce7a472011-04-19 22:30:36 -070027 libhardware \
Mathias Agopian65ab4712010-07-14 17:59:35 -070028 libhardware_legacy \
Jeff Brown5e0067b2011-07-11 22:12:16 -070029 libeffects \
Eric Laurentfeb0db62011-07-22 09:04:31 -070030 libdl \
31 libpowermanager
Mathias Agopian65ab4712010-07-14 17:59:35 -070032
Dima Zavinfce7a472011-04-19 22:30:36 -070033LOCAL_STATIC_LIBRARIES := \
Glenn Kasten4d8d0c32011-07-08 15:26:12 -070034 libcpustats \
Dima Zavinfce7a472011-04-19 22:30:36 -070035 libmedia_helper
Mathias Agopian65ab4712010-07-14 17:59:35 -070036
Mathias Agopian65ab4712010-07-14 17:59:35 -070037LOCAL_MODULE:= libaudioflinger
38
Mathias Agopian65ab4712010-07-14 17:59:35 -070039include $(BUILD_SHARED_LIBRARY)