commit | 9fe0c0521fd74387c4ca00b9c1b768762273502f | [log] [tgz] |
---|---|---|
author | Sanjay Singh Rawat <sanjay.rawat@linaro.com> | Fri Feb 22 17:57:18 2013 +0530 |
committer | Sanjay Singh Rawat <sanjay.rawat@linaro.com> | Mon Feb 25 17:49:24 2013 +0530 |
tree | 98095a7dc9c4947f5b039c45226176409a485a34 | |
parent | 228a759e803b8cf9a85c9a0687a58d3e8aed6351 [diff] [blame] |
Version 0.6.2 - include gpio debug module for android - fix compliation issue and set env variables needed for android Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.com>
diff --git a/Android.mk b/Android.mk index e062c1c..36c73cd 100644 --- a/Android.mk +++ b/Android.mk
@@ -29,6 +29,6 @@ LOCAL_SRC_FILES += \ powerdebug.c sensor.c clocks.c regulator.c \ - display.c tree.c utils.c mainloop.c + display.c tree.c utils.c mainloop.c gpio.c include $(BUILD_EXECUTABLE)