Add support for kernel 4.4.

Change-Id: I57d5038837b42e313a3fbbc1dd31c01daa22f4c8
diff --git a/os/linux/include/gl_os.h b/os/linux/include/gl_os.h
index 0187dc3..7e446a8 100644
--- a/os/linux/include/gl_os.h
+++ b/os/linux/include/gl_os.h
@@ -238,7 +238,7 @@
 
 #if CFG_ENABLE_AEE_MSG
 #ifdef CONFIG_ANDROID
-#include <mt-plat/aee.h>
+#include <soc/mt-plat/aee.h>
 #else
 #include <soc/mt-plat/aee.h>
 #endif