From 6c47a0a0a6af526579f986c69b99f66c1172b8c6 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 23 Oct 2013 16:42:17 +0300 Subject: [PATCH] android: Use helper function for finding headers Using helper function allows us to overcome possible location change in future Android releases. This was inspired by Szymon Janc's comment to my previous patch. --- android/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/Android.mk b/android/Android.mk index dd9c36d5d..1f20e5737 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -75,7 +75,7 @@ LOCAL_SRC_FILES := \ hal-av.c \ LOCAL_C_INCLUDES += \ - system/core/include \ + $(call include-path-for, system-core) \ LOCAL_SHARED_LIBRARIES := \ libcutils \ -- 2.11.0