fef9522d9b
After sending sigkill to the main process, also call into libprocessgroup to kill any processes that were forked. Bug: 15313911 Change-Id: I05577c6f5b70800ce0a01f480c8870c2c601afda
10 lines
221 B
Makefile
10 lines
221 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_SRC_FILES := lmkd.c
|
|
LOCAL_SHARED_LIBRARIES := libcutils liblog libm libc libprocessgroup
|
|
LOCAL_CFLAGS := -Werror
|
|
|
|
LOCAL_MODULE := lmkd
|
|
|
|
include $(BUILD_EXECUTABLE)
|