From 0489aa0a7a9930a155022cac97242eb7ec610cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gaffie?= Date: Wed, 24 Jun 2015 17:29:40 +0200 Subject: Update Policy PFW plugin makefile for PFW release 2.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch updates the Policy PFW plugin with latest change within PFW. It makes use of the dynamic xmlserializer library and does not need anymore to link against xmlserializer library dependencies. Change-Id: Ic7b912929a69d3906a34999c1ae25ddb9ac800e5 Signed-off-by: François Gaffie Bug 246391 --- .../engineconfigurable/parameter-framework/plugin/Android.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'services/audiopolicy/engineconfigurable') diff --git a/services/audiopolicy/engineconfigurable/parameter-framework/plugin/Android.mk b/services/audiopolicy/engineconfigurable/parameter-framework/plugin/Android.mk index 46b2725..a523656 100755 --- a/services/audiopolicy/engineconfigurable/parameter-framework/plugin/Android.mk +++ b/services/audiopolicy/engineconfigurable/parameter-framework/plugin/Android.mk @@ -26,13 +26,8 @@ LOCAL_C_INCLUDES := \ LOCAL_SHARED_LIBRARIES := \ libaudiopolicyengineconfigurable \ libparameter \ - libicuuc \ - liblog \ - -LOCAL_STATIC_LIBRARIES := \ libxmlserializer \ - libpfw_utility \ - libxml2 \ + liblog \ LOCAL_MODULE_TAGS := optional LOCAL_MODULE := libpolicy-subsystem -- cgit v1.1