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

Commit b24a1b7f authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Remove obsolete references to libmedia_native

Bug: 6654403
Change-Id: I05d8e81fd31617b587fd1228a303c40db83e7f2d
parent 2bb40c91
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