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

Commit 26350654 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Remove unneeded links with dynamic libraries

Various media components were linking against dynamic libraries that weren't needed.

Test: built and booted

Change-Id: I7379506fd06d4e28e0eff0001fd073a2d3860f8e
parent 712690b3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -58,8 +58,6 @@ LOCAL_SHARED_LIBRARIES := \
	libutils \
	liblog \
	libbinder \
	libhardware \
	libui \
	libgui \
	libcamera_metadata \

+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ LOCAL_SHARED_LIBRARIES := \
	libcutils \
	libutils \
	libbinder \
	libcamera_client

LOCAL_MODULE:= cameraserver
LOCAL_32_BIT_ONLY := true
+0 −2
Original line number Diff line number Diff line
@@ -14,13 +14,11 @@ LOCAL_SRC_FILES:= \

LOCAL_SHARED_LIBRARIES := \
	libbinder \
	libcrypto \
	libcutils \
	libdl \
	liblog \
	libmedia \
	libstagefright \
	libstagefright_foundation \
	libutils

LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@ LOCAL_SHARED_LIBRARIES := \
	liblog \
	libmedia \
	libmedialogservice \
	libnbaio \
	libradioservice \
	libsoundtriggerservice \
	libutils
+0 −3
Original line number Diff line number Diff line
@@ -35,11 +35,8 @@ LOCAL_SRC_FILES := \

LOCAL_SHARED_LIBRARIES := \
  liblog \
  libexpat \
  libutils \
  libcutils \
  libcamera_metadata \
  libcamera_client

LOCAL_C_INCLUDES += \
  $(LOCAL_PATH)/../include \
Loading