Todd Poynor | 87bf0d9 | 2013-05-16 14:51:15 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
| 4 | LOCAL_SRC_FILES:= \ |
| 5 | BatteryProperties.cpp \ |
Todd Poynor | cf80873 | 2013-08-14 17:23:37 -0700 | [diff] [blame] | 6 | BatteryProperty.cpp \ |
Todd Poynor | 87bf0d9 | 2013-05-16 14:51:15 -0700 | [diff] [blame] | 7 | IBatteryPropertiesListener.cpp \ |
| 8 | IBatteryPropertiesRegistrar.cpp |
| 9 | |
| 10 | LOCAL_STATIC_LIBRARIES := \ |
| 11 | libutils \ |
| 12 | libbinder |
| 13 | |
| 14 | LOCAL_MODULE:= libbatteryservice |
| 15 | |
| 16 | LOCAL_MODULE_TAGS := optional |
| 17 | |
| 18 | include $(BUILD_STATIC_LIBRARY) |