blob: 278998941ba6a3113034ae57ccde6487c9a18822 [file] [log] [blame]
Eric Rowe987f27f2012-03-26 16:55:30 -07001LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES := cpustats.c
5
6LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
7LOCAL_MODULE_TAGS := debug
8LOCAL_MODULE := cpustats
9
10include $(BUILD_EXECUTABLE)