summaryrefslogtreecommitdiffstats
path: root/services/audioflinger
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2015-01-07 19:19:32 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-01-07 19:19:33 +0000
commitcfa5bf04ff250a14b11a75bcfa35ee2d6dbab4e9 (patch)
treeb985df2fc3985bfe5589cb6955ed3369d7d9feef /services/audioflinger
parent610255e8f2d02cb3513695eacf1c37d66b3553d6 (diff)
parent5db7897ddd32e3ec3ab45ecdb6f21b6265e7e14a (diff)
downloadframeworks_av-cfa5bf04ff250a14b11a75bcfa35ee2d6dbab4e9.zip
frameworks_av-cfa5bf04ff250a14b11a75bcfa35ee2d6dbab4e9.tar.gz
frameworks_av-cfa5bf04ff250a14b11a75bcfa35ee2d6dbab4e9.tar.bz2
Merge "make libserviceutility a shared lib" into lmp-mr1-dev
Diffstat (limited to 'services/audioflinger')
-rw-r--r--services/audioflinger/Android.mk14
1 files changed, 10 insertions, 4 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index 697fb37..f0196c6 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -19,7 +19,13 @@ LOCAL_SRC_FILES := \
# FIXME Move this library to frameworks/native
LOCAL_MODULE := libserviceutility
-include $(BUILD_STATIC_LIBRARY)
+LOCAL_SHARED_LIBRARIES := \
+ libcutils \
+ libutils \
+ liblog \
+ libbinder
+
+include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
@@ -51,13 +57,13 @@ LOCAL_SHARED_LIBRARIES := \
libhardware \
libhardware_legacy \
libeffects \
- libpowermanager
+ libpowermanager \
+ libserviceutility
LOCAL_STATIC_LIBRARIES := \
libscheduling_policy \
libcpustats \
- libmedia_helper \
- libserviceutility
+ libmedia_helper
LOCAL_MODULE:= libaudioflinger
LOCAL_32_BIT_ONLY := true