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

Commit 46d0a5b4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove unneeded links with dynamic libraries"

parents 712690b3 26350654
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