9 lines
238 B
Makefile
9 lines
238 B
Makefile
|
LOCAL_PATH := $(call my-dir)
|
||
|
|
||
|
include $(CLEAR_VARS)
|
||
|
LOCAL_SRC_FILES := healthd_board_msm.cpp
|
||
|
LOCAL_MODULE := libhealthd.msm
|
||
|
LOCAL_CFLAGS := -Werror
|
||
|
LOCAL_C_INCLUDES := system/core/healthd bootable/recovery
|
||
|
include $(BUILD_STATIC_LIBRARY)
|