blob: c984b9f2f5f6047e3315532d6fec6e0299729964 [file] [log] [blame]
Nick Pelly6ca26ef2010-08-26 11:21:29 -07001LOCAL_PATH:= $(call my-dir)
2
3include $(CLEAR_VARS)
4
5LOCAL_SRC_FILES := sane_schedstat.c
6
7LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
8LOCAL_MODULE_TAGS := debug
9LOCAL_MODULE := sane_schedstat
Dan Albert87978502016-02-02 15:35:33 -080010LOCAL_CFLAGS := -Wno-unused-parameter
Nick Pelly6ca26ef2010-08-26 11:21:29 -070011
12include $(BUILD_EXECUTABLE)