blob: ab852cce68806c4aa819bb9cbb4173005efb23a7 [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 := \
frameworks/native/services/batteryservice/include \
system/core/healthd/include \
system/core/base/include \
bootable/recovery
include $(BUILD_STATIC_LIBRARY)