Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 170626b2 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Fix build break on MacOS

Change-Id: Ica19984d0e623ac2482fc3512231e6c00671fd3a
parent 9eebaf10
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@ LOCAL_MODULE := libcpustats

include $(BUILD_STATIC_LIBRARY)

include $(CLEAR_VARS)

LOCAL_SRC_FILES :=     \
        CentralTendencyStatistics.cpp \
        ThreadCpuUsage.cpp

LOCAL_MODULE := libcpustats

include $(BUILD_HOST_STATIC_LIBRARY)
#include $(CLEAR_VARS)
#
#LOCAL_SRC_FILES :=     \
#       CentralTendencyStatistics.cpp \
#       ThreadCpuUsage.cpp
#
#LOCAL_MODULE := libcpustats
#
#include $(BUILD_HOST_STATIC_LIBRARY)