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)