Kenny Root | be857d4 | 2010-08-18 15:59:25 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_SRC_FILES:= \ | ||||
5 | IMountServiceListener.cpp \ | ||||
6 | IMountShutdownObserver.cpp \ | ||||
7 | IObbActionListener.cpp \ | ||||
8 | IMountService.cpp | ||||
9 | |||||
10 | LOCAL_STATIC_LIBRARIES := \ | ||||
11 | libutils \ | ||||
12 | libbinder | ||||
13 | |||||
14 | LOCAL_MODULE:= libstorage | ||||
15 | |||||
Kenny Root | be857d4 | 2010-08-18 15:59:25 -0700 | [diff] [blame] | 16 | include $(BUILD_STATIC_LIBRARY) |