aboutsummaryrefslogtreecommitdiff
path: root/daemon/Android.mk
diff options
context:
space:
mode:
authorDrew Richardson <drew.richardson@arm.com>2013-03-26 12:00:00 -0700
committerDrew Richardson <drew.richardson@arm.com>2014-12-19 15:41:32 -0800
commit1b5637426bfc10a64571c81e24019032206d651b (patch)
tree71e362be9385179b545c77205cdab612a133ca86 /daemon/Android.mk
parenta01058e248133bb7c1ba0238ab380e4fac924e97 (diff)
gator: Version 5.145.14
Signed-off-by: Drew Richardson <drew.richardson@arm.com>
Diffstat (limited to 'daemon/Android.mk')
-rw-r--r--daemon/Android.mk14
1 files changed, 13 insertions, 1 deletions
diff --git a/daemon/Android.mk b/daemon/Android.mk
index cc1d542..719dbbd 100644
--- a/daemon/Android.mk
+++ b/daemon/Android.mk
@@ -3,14 +3,18 @@ include $(CLEAR_VARS)
XML_H := $(shell cd $(LOCAL_PATH) && make events_xml.h configuration_xml.h)
-LOCAL_CFLAGS += -Wall -O3 -mthumb-interwork -fno-exceptions
+LOCAL_CFLAGS += -Wall -O3 -mthumb-interwork -fno-exceptions -DETCDIR=\"/etc\" -Ilibsensors
LOCAL_SRC_FILES := \
+ Buffer.cpp \
CapturedXML.cpp \
Child.cpp \
Collector.cpp \
ConfigurationXML.cpp \
+ Driver.cpp \
Fifo.cpp \
+ Hwmon.cpp \
+ KMod.cpp \
LocalCapture.cpp \
Logging.cpp \
main.cpp \
@@ -20,6 +24,14 @@ LOCAL_SRC_FILES := \
SessionData.cpp \
SessionXML.cpp \
StreamlineSetup.cpp \
+ libsensors/access.c \
+ libsensors/conf-lex.c \
+ libsensors/conf-parse.c \
+ libsensors/data.c \
+ libsensors/error.c \
+ libsensors/general.c \
+ libsensors/init.c \
+ libsensors/sysfs.c \
mxml/mxml-attr.c \
mxml/mxml-entity.c \
mxml/mxml-file.c \