summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ying Wang <wangying@google.com> 2012-04-06 16:33:11 -0700
committer Ying Wang <wangying@google.com> 2012-04-06 16:33:11 -0700
commit5bcbfcec4bc49a141341dd333aed2d0d774d04a0 (patch)
treef995770d6649629f57f913f55407812d8eec2b5b
parent1558294582b6a4897fea7c8dafafb188ce5ec939 (diff)
You don't need LOCAL_STATIC_LIBRARIES when building static library.
and there is no target static library with name libutils. Change-Id: Ifec34e1b484d749d3fcd11abe610f192a3213767
-rw-r--r--libs/storage/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/storage/Android.mk b/libs/storage/Android.mk
index b42c34f8bd13..7a9dd6c39157 100644
--- a/libs/storage/Android.mk
+++ b/libs/storage/Android.mk
@@ -7,10 +7,6 @@ LOCAL_SRC_FILES:= \
IObbActionListener.cpp \
IMountService.cpp
-LOCAL_STATIC_LIBRARIES := \
- libutils \
- libbinder
-
LOCAL_MODULE:= libstorage
include $(BUILD_STATIC_LIBRARY)