OSDN Git Service

android: Use Android headers instead of local ones
authorAndrei Emeltchenko <andrei.emeltchenko@intel.com>
Wed, 30 Oct 2013 15:51:24 +0000 (17:51 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 31 Oct 2013 08:41:55 +0000 (10:41 +0200)
Add path to Android libhardware library headers

android/Android.mk

index ae6d332..3c4a825 100644 (file)
@@ -86,6 +86,7 @@ LOCAL_SRC_FILES := \
 
 LOCAL_C_INCLUDES += \
        $(call include-path-for, system-core) \
+       $(call include-path-for, libhardware) \
 
 LOCAL_SHARED_LIBRARIES := \
        libcutils \