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

Commit 7a987ecd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unneeded links with dynamic libraries"

parents d7f5b6de c661ae61
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