summaryrefslogtreecommitdiffstats
path: root/libs/storage
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-04-06 16:33:11 -0700
committerYing Wang <wangying@google.com>2012-04-06 16:33:11 -0700
commit5bcbfcec4bc49a141341dd333aed2d0d774d04a0 (patch)
treef995770d6649629f57f913f55407812d8eec2b5b /libs/storage
parent1558294582b6a4897fea7c8dafafb188ce5ec939 (diff)
downloadframeworks_base-5bcbfcec4bc49a141341dd333aed2d0d774d04a0.zip
frameworks_base-5bcbfcec4bc49a141341dd333aed2d0d774d04a0.tar.gz
frameworks_base-5bcbfcec4bc49a141341dd333aed2d0d774d04a0.tar.bz2
You don't need LOCAL_STATIC_LIBRARIES when building static library.
and there is no target static library with name libutils. Change-Id: Ifec34e1b484d749d3fcd11abe610f192a3213767
Diffstat (limited to 'libs/storage')
-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 b42c34f..7a9dd6c 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)