Glenn Kasten | 0b94dcd | 2012-03-26 12:18:24 -0700 | [diff] [blame^] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | |||||
5 | LOCAL_SRC_FILES := \ | ||||
6 | CentralTendencyStatistics.cpp \ | ||||
7 | ThreadCpuUsage.cpp | ||||
8 | |||||
9 | LOCAL_MODULE := libcpustats | ||||
10 | |||||
11 | include $(BUILD_STATIC_LIBRARY) |