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