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 | |||||
14 | include $(BUILD_STATIC_LIBRARY) |