From 5bcbfcec4bc49a141341dd333aed2d0d774d04a0 Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Fri, 6 Apr 2012 16:33:11 -0700 Subject: You don't need LOCAL_STATIC_LIBRARIES when building static library. and there is no target static library with name libutils. Change-Id: Ifec34e1b484d749d3fcd11abe610f192a3213767 --- libs/storage/Android.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/storage') 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) -- cgit v1.1