blob: 2a0d84947994659e2ab449f5684504fbe9706d81 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := healthd_board_FP2.cpp
LOCAL_MODULE := libhealthd.FP2
LOCAL_CFLAGS := -Werror
LOCAL_C_INCLUDES := \
system/core/healthd/include \
system/core/base/include \
bootable/recovery
include $(BUILD_STATIC_LIBRARY)