summaryrefslogtreecommitdiffstats
path: root/media/mediaserver/Android.mk
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2015-06-10 15:12:38 +0100
committerNeil Fuller <nfuller@google.com>2015-06-11 12:59:18 +0100
commit4b60b068c27a40731bd4a0049cb632da18bf521d (patch)
tree9565fcd81affa99e9215abb4b0deda71bf683a35 /media/mediaserver/Android.mk
parent2f3406517d1fd4486b8b90eb2635d784fad17a48 (diff)
downloadframeworks_av-4b60b068c27a40731bd4a0049cb632da18bf521d.zip
frameworks_av-4b60b068c27a40731bd4a0049cb632da18bf521d.tar.gz
frameworks_av-4b60b068c27a40731bd4a0049cb632da18bf521d.tar.bz2
Switch to using shared over local code for initializing ICU
A static library now exists in external/icu/android_utils. Bug: 21730722 Change-Id: I8302b585d3c87fd1a975301ceca4ceebaccbcac9
Diffstat (limited to 'media/mediaserver/Android.mk')
-rw-r--r--media/mediaserver/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/mediaserver/Android.mk b/media/mediaserver/Android.mk
index 78dfbb1..b6de0d9 100644
--- a/media/mediaserver/Android.mk
+++ b/media/mediaserver/Android.mk
@@ -11,8 +11,7 @@ endif
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
- main_mediaserver.cpp \
- icuutils.cpp
+ main_mediaserver.cpp
LOCAL_SHARED_LIBRARIES := \
libaudioflinger \
@@ -33,6 +32,7 @@ LOCAL_SHARED_LIBRARIES := \
libradioservice
LOCAL_STATIC_LIBRARIES := \
+ libicuandroid_utils \
libregistermsext
LOCAL_C_INCLUDES := \