blob: 2a0d84947994659e2ab449f5684504fbe9706d81 [file] [log] [blame]
Vivekbalachandar M97769702020-02-12 15:52:43 +05301LOCAL_PATH := $(call my-dir)
2
3include $(CLEAR_VARS)
4LOCAL_SRC_FILES := healthd_board_FP2.cpp
5LOCAL_MODULE := libhealthd.FP2
6LOCAL_CFLAGS := -Werror
7LOCAL_C_INCLUDES := \
8 system/core/healthd/include \
9 system/core/base/include \
10 bootable/recovery
11include $(BUILD_STATIC_LIBRARY)