diff options
| author | Jean-Michel Trivi <jmtrivi@google.com> | 2015-07-16 17:08:20 +0000 | 
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-07-16 17:08:22 +0000 | 
| commit | bc24bb8a552097e7975d0c16fad80158b542ba62 (patch) | |
| tree | 8303a0cc1f0d7b1011f02a4692853771c60a27ee /services | |
| parent | 4d9492f1bf9fd36aa5991153705657f9212b2d4c (diff) | |
| parent | 0489aa0a7a9930a155022cac97242eb7ec610cdc (diff) | |
| download | frameworks_av-bc24bb8a552097e7975d0c16fad80158b542ba62.zip frameworks_av-bc24bb8a552097e7975d0c16fad80158b542ba62.tar.gz frameworks_av-bc24bb8a552097e7975d0c16fad80158b542ba62.tar.bz2  | |
Merge "Update Policy PFW plugin makefile for PFW release 2.6.0" into mnc-dev
Diffstat (limited to 'services')
| -rwxr-xr-x | services/audiopolicy/engineconfigurable/parameter-framework/plugin/Android.mk | 7 | 
1 files changed, 1 insertions, 6 deletions
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  | 
