| Colin Cross | b731ae0 | 2012-03-28 13:55:43 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) | ||||
| 3 | |||||
| 4 | LOCAL_SRC_FILES:= \ | ||||
| 5 | IPowerManager.cpp | ||||
| 6 | |||||
| 7 | LOCAL_SHARED_LIBRARIES := \ | ||||
| 8 | libutils \ | ||||
| 9 | libbinder | ||||
| 10 | |||||
| 11 | LOCAL_MODULE:= libpowermanager | ||||
| 12 | |||||
| 13 | LOCAL_MODULE_TAGS := optional | ||||
| 14 | |||||
| 15 | include $(BUILD_SHARED_LIBRARY) | ||||