You don't need LOCAL_STATIC_LIBRARIES when building static library.

and there is no target static library with name libutils.

Change-Id: Ifec34e1b484d749d3fcd11abe610f192a3213767
This commit is contained in:
Ying Wang
2012-04-06 16:33:11 -07:00
parent 1558294582
commit 5bcbfcec4b

View File

@@ -7,10 +7,6 @@ LOCAL_SRC_FILES:= \
IObbActionListener.cpp \
IMountService.cpp
LOCAL_STATIC_LIBRARIES := \
libutils \
libbinder
LOCAL_MODULE:= libstorage
include $(BUILD_STATIC_LIBRARY)