OSDN Git Service

Revert "Fix build for static lib and executable"
[android-x86/system-extras.git] / cpustats / Android.mk
1 LOCAL_PATH := $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_SRC_FILES := cpustats.c
5
6 LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
7 LOCAL_MODULE_TAGS := debug
8 LOCAL_MODULE := cpustats
9
10 include $(BUILD_EXECUTABLE)