From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> 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 dd9c36d..1f20e57 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 \ -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html