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

Commit ce12e8c3 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

Add libutils dependency for libandroidfw host build.

(cherry picked from commit 070274ec0ccb8643c52e41e4119f356f0f51bc36)

Change-Id: I25acff1d36b3adce14b2576485bda93c914d7f5d
parent aae73e74
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -53,8 +53,7 @@ LOCAL_CFLAGS += -DSTATIC_ANDROIDFW_FOR_TOOLS
LOCAL_C_INCLUDES := \
	external/zlib

LOCAL_STATIC_LIBRARIES := liblog
LOCAL_WHOLE_STATIC_LIBRARIES := libziparchive-host
LOCAL_STATIC_LIBRARIES := liblog libziparchive-host libutils

include $(BUILD_HOST_STATIC_LIBRARY)