| 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 | |||||
| Kenny Root | be857d4 | 2010-08-18 15:59:25 -0700 | [diff] [blame] | 10 | LOCAL_MODULE:= libstorage | 
| 11 | |||||
| Kenny Root | be857d4 | 2010-08-18 15:59:25 -0700 | [diff] [blame] | 12 | include $(BUILD_STATIC_LIBRARY) |