summaryrefslogtreecommitdiffstats
path: root/media/libmedia/Android.mk
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-12-03 11:31:19 -0800
committerAndreas Huber <andih@google.com>2009-12-03 13:21:54 -0800
commitbfb9fb143b67c2d0307af2bce9af3c08f362b29a (patch)
tree6b22297ab9749e2c86d3ae4844a7bad884027118 /media/libmedia/Android.mk
parentd345c6acedb22c9408553ef9f38c196984177e6b (diff)
downloadframeworks_base-bfb9fb143b67c2d0307af2bce9af3c08f362b29a.zip
frameworks_base-bfb9fb143b67c2d0307af2bce9af3c08f362b29a.tar.gz
frameworks_base-bfb9fb143b67c2d0307af2bce9af3c08f362b29a.tar.bz2
Refactor MediaScanner. Some steps on the way towards being able to build the tree without OpenCore.
Diffstat (limited to 'media/libmedia/Android.mk')
-rw-r--r--media/libmedia/Android.mk15
1 files changed, 12 insertions, 3 deletions
diff --git a/media/libmedia/Android.mk b/media/libmedia/Android.mk
index 3c0ee1c..088ad6d 100644
--- a/media/libmedia/Android.mk
+++ b/media/libmedia/Android.mk
@@ -21,10 +21,18 @@ LOCAL_SRC_FILES:= \
ToneGenerator.cpp \
JetPlayer.cpp \
IOMX.cpp \
- IAudioPolicyService.cpp
+ IAudioPolicyService.cpp \
+ MediaScanner.cpp \
+ MediaScannerClient.cpp \
+ autodetect.cpp
+
+ifneq ($(BUILD_WITHOUT_PV),true)
+else
+LOCAL_SRC_FILES += StagefrightMediaScanner.cpp
+endif
LOCAL_SHARED_LIBRARIES := \
- libui libcutils libutils libbinder libsonivox
+ libui libcutils libutils libbinder libsonivox libicuuc
LOCAL_MODULE:= libmedia
@@ -41,7 +49,8 @@ LOCAL_C_INCLUDES := \
$(call include-path-for, graphics corecg) \
$(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include \
external/speex/include \
- external/speex/libspeex
+ external/speex/libspeex \
+ external/icu4c/common
LOCAL_STATIC_LIBRARIES := libspeex