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

Commit 78168595 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 007f3cf5: am bb349cdb: Merge "Add libutils dependency for libandroidfw host build."

* commit '007f3cf5':
  Add libutils dependency for libandroidfw host build.
parents 9f09408e 007f3cf5
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)