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

Commit bb349cdb authored by Narayan Kamath's avatar Narayan Kamath Committed by Gerrit Code Review
Browse files

Merge "Add libutils dependency for libandroidfw host build."

parents d21752df 070274ec
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)