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

Commit b8c32f06 authored by Dimitry Ivanov's avatar Dimitry Ivanov
Browse files

Add missing liblog dependency

Bug: http://b/31289077
Bug: http://b/27171986
Test: remove liblog from libcutils and recompile
Change-Id: Ic2e8a3d9e62d778d32863a4b794dc4c80b1b1b2b
parent 7449b5e0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ LOCAL_SRC_FILES:= \

LOCAL_SHARED_LIBRARIES := \
	libcameraservice \
	liblog \
	libcutils \
	libutils \
	libbinder \
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ LOCAL_MODULE_RELATIVE_PATH := soundfx
LOCAL_STATIC_LIBRARIES += libmusicbundle

LOCAL_SHARED_LIBRARIES := \
     liblog \
     libcutils \
     libdl

@@ -47,6 +48,7 @@ LOCAL_MODULE_RELATIVE_PATH := soundfx
LOCAL_STATIC_LIBRARIES += libreverb

LOCAL_SHARED_LIBRARIES := \
     liblog \
     libcutils \
     libdl

+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ LOCAL_SHARED_LIBRARIES := \
	libcamera_client \
	libcameraservice \
	libresourcemanagerservice \
	liblog \
	libcutils \
	libmedia \
	libmediaplayerservice \