From 98cc191247388132b6fd8a4ecd07abd6e4c5a0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gaffie?= Date: Wed, 18 Mar 2015 17:52:40 +0100 Subject: Split ManagerDefault into Manager and ManagerDefinitions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch splits the managerdefault into a manager and a manager defintion library that contains all pillar elements of a policy manager. It renames the file with the name of the main class they contains. It splits the AudioPort into AudioPort and AudioPatch. Change-Id: I992cf0b8aed895805cc003ba0980d2c9e92c985b Signed-off-by: François Gaffie --- media/mediaserver/Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'media/mediaserver') diff --git a/media/mediaserver/Android.mk b/media/mediaserver/Android.mk index baf65f6..0f36a90 100644 --- a/media/mediaserver/Android.mk +++ b/media/mediaserver/Android.mk @@ -31,13 +31,14 @@ LOCAL_SHARED_LIBRARIES := \ libradioservice LOCAL_STATIC_LIBRARIES := \ - libregistermsext + libregistermsext LOCAL_C_INCLUDES := \ frameworks/av/media/libmediaplayerservice \ frameworks/av/services/medialog \ frameworks/av/services/audioflinger \ frameworks/av/services/audiopolicy \ + frameworks/av/services/audiopolicy/common/managerdefinitions/include \ frameworks/av/services/camera/libcameraservice \ frameworks/av/services/mediaresourcemanager \ $(call include-path-for, audio-utils) \ -- cgit v1.1