summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-10-30 16:19:56 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-30 16:19:56 -0700
commitb7d55a839356ad55316b5dd5b83396b69d391ce3 (patch)
tree96e02180cd3fb30531692fa83a8fc5322af380d4 /services
parent670d4b7520bca8c6b3c59db2640698358d83aca6 (diff)
parentc41590251aa84c078c942d258e838aad814b73a5 (diff)
downloadframeworks_av-b7d55a839356ad55316b5dd5b83396b69d391ce3.zip
frameworks_av-b7d55a839356ad55316b5dd5b83396b69d391ce3.tar.gz
frameworks_av-b7d55a839356ad55316b5dd5b83396b69d391ce3.tar.bz2
Merge "Remove obsolete references to libmedia_native"
Diffstat (limited to 'services')
-rw-r--r--services/audioflinger/Android.mk2
-rw-r--r--services/camera/libcameraservice/Android.mk1
2 files changed, 0 insertions, 3 deletions
diff --git a/services/audioflinger/Android.mk b/services/audioflinger/Android.mk
index 2899953..58c4be4 100644
--- a/services/audioflinger/Android.mk
+++ b/services/audioflinger/Android.mk
@@ -31,7 +31,6 @@ LOCAL_C_INCLUDES := \
$(call include-path-for, audio-effects) \
$(call include-path-for, audio-utils)
-# FIXME keep libmedia_native but remove libmedia after split
LOCAL_SHARED_LIBRARIES := \
libaudioutils \
libcommon_time_client \
@@ -39,7 +38,6 @@ LOCAL_SHARED_LIBRARIES := \
libutils \
libbinder \
libmedia \
- libmedia_native \
libnbaio \
libhardware \
libhardware_legacy \
diff --git a/services/camera/libcameraservice/Android.mk b/services/camera/libcameraservice/Android.mk
index 801afe9..5245983 100644
--- a/services/camera/libcameraservice/Android.mk
+++ b/services/camera/libcameraservice/Android.mk
@@ -28,7 +28,6 @@ LOCAL_SHARED_LIBRARIES:= \
libbinder \
libcutils \
libmedia \
- libmedia_native \
libcamera_client \
libgui \
libhardware \