From 63c3679a819205b03b2e8f9ab3d641eccc7f5aaf Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Wed, 23 Oct 2013 15:44:41 +0300 Subject: [PATCH] android: Make use of Android system headers instead of local one Since the headers were copied to android/ folder Android build started to use those instead of original Android system headers. The patch puts Android system headers first. --- android/Android.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/Android.mk b/android/Android.mk index dd5d6f71b..542c8f461 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -73,6 +73,9 @@ LOCAL_SRC_FILES := \ hal-pan.c \ hal-av.c \ +LOCAL_C_INCLUDES += \ + system/core/include \ + LOCAL_SHARED_LIBRARIES := \ libcutils \ -- 2.47.3