Use correct Android include paths

Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
Signed-off-by: Zoltan Kuscsik <zoltan.kuscsik@linaro.org>
diff --git a/Android.mk b/Android.mk
index 73a1cc1..380944e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -33,20 +33,19 @@
 
 LOCAL_SRC_FILES := $(patsubst %,host/xtest/%,$(srcs))
 
-LOCAL_C_INCLUDES += host/xtest
-LOCAL_C_INCLUDES += host/xtest/adbg/include
-LOCAL_C_INCLUDES += host/xtest/xml/include
-LOCAL_C_INCLUDES += $(TA_DEV_KIT_DIR)/host_include
-
-LOCAL_C_INCLUDES += ta/concurrent/include
-LOCAL_C_INCLUDES += ta/create_fail_test/include
-LOCAL_C_INCLUDES += ta/crypt/include
-LOCAL_C_INCLUDES += ta/enc_fs/include
-LOCAL_C_INCLUDES += ta/os_test/include
-LOCAL_C_INCLUDES += ta/rpc_test/include
-LOCAL_C_INCLUDES += ta/sims/include
-LOCAL_C_INCLUDES += ta/storage/include
-LOCAL_C_INCLUDES += ta/storage_benchmark/include
+LOCAL_C_INCLUDES += $(LOCAL_PATH)/host/xtest \
+		$(LOCAL_PATH)/host/xtest/adbg/include\
+		$(LOCAL_PATH)/host/xtest/xml/include
+		$(TA_DEV_KIT_DIR)/host_include \
+		$(LOCAL_PATH)/ta/concurrent/include \
+		$(LOCAL_PATH)/ta/create_fail_test/include \
+		$(LOCAL_PATH)/ta/crypt/include \
+		$(LOCAL_PATH)/ta/enc_fs/include \
+		$(LOCAL_PATH)/ta/os_test/include \
+		$(LOCAL_PATH)/ta/rpc_test/include \
+		$(LOCAL_PATH)/ta/sims/include \
+		$(LOCAL_PATH)/ta/storage/include \
+		$(LOCAL_PATH)/ta/storage_benchmark/include \
 
 ifeq ($(CFG_ENC_FS),y)
 LOCAL_CFLAGS += -DCFG_ENC_FS