summaryrefslogtreecommitdiffstats
path: root/exynos4/hal/libgralloc_ump/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'exynos4/hal/libgralloc_ump/Android.mk')
-rw-r--r--exynos4/hal/libgralloc_ump/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/exynos4/hal/libgralloc_ump/Android.mk b/exynos4/hal/libgralloc_ump/Android.mk
index 0a25e68..311c56e 100644
--- a/exynos4/hal/libgralloc_ump/Android.mk
+++ b/exynos4/hal/libgralloc_ump/Android.mk
@@ -29,7 +29,9 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw
LOCAL_SHARED_LIBRARIES := liblog libcutils libUMP libGLESv1_CM libsecion
# Include the UMP header files
-LOCAL_C_INCLUDES += $(LOCAL_PATH)/../include
+LOCAL_C_INCLUDES += \
+ bionic/libc/include \
+ $(LOCAL_PATH)/../include
LOCAL_SRC_FILES := \
gralloc_module.cpp \