Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6b35a1a authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

Merge "Remove obsolete references to libmedia_native"

parents 39c3f109 b24a1b7f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -207,7 +207,6 @@ LOCAL_SHARED_LIBRARIES := \
	libicuuc \
	libicui18n \
	libmedia \
	libmedia_native \
	libwpa_client \
	libjpeg \
	libusbhost \
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ LOCAL_SHARED_LIBRARIES := \
    libutils \
    libbinder \
    libmedia \
    libmedia_native \
    libskia \
    libui \
    libcutils \
+1 −2
Original line number Diff line number Diff line
@@ -10,8 +10,7 @@ LOCAL_SHARED_LIBRARIES := \
	libutils \
	libandroid_runtime \
	libnativehelper \
	libmedia \
	libmedia_native
	libmedia

LOCAL_C_INCLUDES := \
	$(call include-path-for, audio-effects)
+1 −2
Original line number Diff line number Diff line
@@ -9,8 +9,7 @@ LOCAL_SHARED_LIBRARIES := \
	libutils \
	libandroid_runtime \
	libnativehelper \
	libmedia \
	libmedia_native
	libmedia

LOCAL_MODULE:= libsoundpool

+1 −2
Original line number Diff line number Diff line
@@ -39,8 +39,7 @@ LOCAL_SHARED_LIBRARIES := libstlport \
                          libutils \
                          libandroid \
                          libjnigraphics \
                          libmedia \
                          libmedia_native
                          libmedia

# Don't prelink this library.  For more efficient code, you may want
# to add this library to the prelink map and set this to true. However,
Loading