aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Scott <phanna@android.com>2010-02-09 17:09:24 -0500
committerPatrick Scott <phanna@android.com>2010-02-09 17:09:24 -0500
commita2e4be91739723c8a0751d441c3e764af2009ccc (patch)
treebc90240228e54cb1cb3e4d48e2be1d6b04704845
parentd46c4d3a5236324fb2a05c73f40a13d72ee054ac (diff)
downloadv8-a2e4be91739723c8a0751d441c3e764af2009ccc.tar.gz
Add the libc include path to pick up the correct memory.h file first.
-rw-r--r--Android.libv8.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.libv8.mk b/Android.libv8.mk
index 89ba1bc9..ecaf762e 100644
--- a/Android.libv8.mk
+++ b/Android.libv8.mk
@@ -83,6 +83,6 @@ ifeq ($(DEBUG_V8),true)
LOCAL_CFLAGS += -DDEBUG -UNDEBUG
endif
-LOCAL_C_INCLUDES += $(LOCAL_PATH)/src
+LOCAL_C_INCLUDES += bionic/libc/include $(LOCAL_PATH)/src
include $(BUILD_STATIC_LIBRARY)