From 2d388eccc9dc085337c7a03a68467cbee6b809e1 Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Fri, 7 Mar 2014 13:25:54 -0800 Subject: audio policy: split implementation Split audio policy service implementation to ease further evolution: AudioPolicyInterfaceImpl.cpp contains the implementation of IAudioPolicyService interface AudioPolicyClientImpl.cpp contains the implementation of the AudioPolicyManager client interface AudioPolicyService.cpp contains the rest of the code mostly command threads implementation and pre processing management. AudioPolicyService.cpp: Change-Id: Ic48ba165532ef66e84a30894d01f750ed6619d02 --- services/audiopolicy/Android.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'services/audiopolicy/Android.mk') diff --git a/services/audiopolicy/Android.mk b/services/audiopolicy/Android.mk index 7d9e014..84565bb 100644 --- a/services/audiopolicy/Android.mk +++ b/services/audiopolicy/Android.mk @@ -2,8 +2,10 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) -LOCAL_SRC_FILES:= \ - AudioPolicyService.cpp +LOCAL_SRC_FILES:= \ + AudioPolicyService.cpp \ + AudioPolicyInterfaceImpl.cpp \ + AudioPolicyClientImpl.cpp LOCAL_C_INCLUDES := \ $(TOPDIR)frameworks/av/services/audioflinger \ -- cgit v1.1