Sandeep Patil | c7a5ff7 | 2016-11-08 16:35:04 -0800 | [diff] [blame] | 1 | # Copyright 2016 The Android Open Source Project |
2 | |||||
3 | LOCAL_PATH := $(call my-dir) | ||||
4 | |||||
5 | include $(CLEAR_VARS) | ||||
6 | LOCAL_SRC_FILES := healthd_board_default.cpp | ||||
7 | LOCAL_MODULE := libhealthd.default | ||||
8 | LOCAL_CFLAGS := -Werror | ||||
9 | LOCAL_C_INCLUDES := system/core/healthd/include system/core/base/include | ||||
10 | include $(BUILD_STATIC_LIBRARY) |