David Ng | da1fdc3 | 2018-03-22 23:44:56 -0700 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
| 2 | |
David Ng | da1fdc3 | 2018-03-22 23:44:56 -0700 | [diff] [blame] | 3 | include $(CLEAR_VARS) |
| 4 | LOCAL_SRC_FILES := healthd_board_msm.cpp healthd_msm_alarm.cpp |
| 5 | LOCAL_MODULE := libhealthd.msm |
| 6 | |
| 7 | LOCAL_CFLAGS := -Werror |
| 8 | LOCAL_C_INCLUDES := \ |
| 9 | system/core/healthd/include/healthd/ \ |
| 10 | system/core/base/include \ |
| 11 | bootable/recovery \ |
| 12 | bootable/recovery/minui/include |
| 13 | |
Lalit Kansara | e96727c | 2018-08-07 14:22:05 +0900 | [diff] [blame^] | 14 | LOCAL_HEADER_LIBRARIES := libbatteryservice_headers |
| 15 | |
David Ng | da1fdc3 | 2018-03-22 23:44:56 -0700 | [diff] [blame] | 16 | include $(BUILD_STATIC_LIBRARY) |