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

Commit 5bcbfcec authored by Ying Wang's avatar Ying Wang
Browse files

You don't need LOCAL_STATIC_LIBRARIES when building static library.

and there is no target static library with name libutils.

Change-Id: Ifec34e1b484d749d3fcd11abe610f192a3213767
parent 15582945
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -7,10 +7,6 @@ LOCAL_SRC_FILES:= \
	IObbActionListener.cpp \
	IMountService.cpp

LOCAL_STATIC_LIBRARIES := \
	libutils \
	libbinder

LOCAL_MODULE:= libstorage

include $(BUILD_STATIC_LIBRARY)