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

Commit 90f58dbf authored by Narayan Kamath's avatar Narayan Kamath Committed by Adam Lesinski
Browse files

Add libutils dependency for libandroidfw host build.

(cherry picked from commit 070274ec)

Change-Id: I25acff1d36b3adce14b2576485bda93c914d7f5d
parent 560566d2
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)