2011-07-08 14:36:46 -07:00
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := \
|
|
|
|
CentralTendencyStatistics.cpp \
|
|
|
|
ThreadCpuUsage.cpp
|
|
|
|
|
|
|
|
LOCAL_MODULE := libcpustats
|
|
|
|
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|
|
|
|
|
2011-07-15 17:45:50 -07:00
|
|
|
#include $(CLEAR_VARS)
|
|
|
|
#
|
|
|
|
#LOCAL_SRC_FILES := \
|
|
|
|
# CentralTendencyStatistics.cpp \
|
|
|
|
# ThreadCpuUsage.cpp
|
|
|
|
#
|
|
|
|
#LOCAL_MODULE := libcpustats
|
|
|
|
#
|
|
|
|
#include $(BUILD_HOST_STATIC_LIBRARY)
|