Skip to content

Commit 5bcbfce

Browse files
author
Ying Wang
committed
You don't need LOCAL_STATIC_LIBRARIES when building static library.
and there is no target static library with name libutils. Change-Id: Ifec34e1b484d749d3fcd11abe610f192a3213767
1 parent 1558294 commit 5bcbfce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libs/storage/Android.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ LOCAL_SRC_FILES:= \
77
IObbActionListener.cpp \
88
IMountService.cpp
99

10-
LOCAL_STATIC_LIBRARIES := \
11-
libutils \
12-
libbinder
13-
1410
LOCAL_MODULE:= libstorage
1511

1612
include $(BUILD_STATIC_LIBRARY)

0 commit comments

Comments
 (0)