summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorAlvaro Soliverez <alvaro.soliverez@collabora.co.uk>2012-04-03 17:39:21 -0300
committerAlvaro Soliverez <alvaro.soliverez@collabora.co.uk>2012-04-03 18:00:44 -0300
commit5c4281431b16c48ce53d97bbc602137af4acab07 (patch)
tree406b0930a9ad48616592dcb53509ed6fb87be503 /Android.mk
parent81b7492074ae982f1ae130b900db61c273380a4b (diff)
downloadtelepathy-glib-5c4281431b16c48ce53d97bbc602137af4acab07.tar.gz
AOSP does not handle Android includes with relative paths correctly.
This uses a variable that holds the local directory to include the file correctly.
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4cab566bb..a9bc79ff6 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-include ../telepathy-glib/telepathy-glib/codegen.am
+include $(LOCAL_PATH)/telepathy-glib/codegen.am
TELEPATHY_GLIB_BUILT_SOURCES := \
telepathy-glib/telepathy-glib.pc \