diff options
| author | Patrick Scott <phanna@android.com> | 2010-02-09 17:09:24 -0500 |
|---|---|---|
| committer | Patrick Scott <phanna@android.com> | 2010-02-09 17:09:24 -0500 |
| commit | a2e4be91739723c8a0751d441c3e764af2009ccc (patch) | |
| tree | bc90240228e54cb1cb3e4d48e2be1d6b04704845 /Android.libv8.mk | |
| parent | d46c4d3a5236324fb2a05c73f40a13d72ee054ac (diff) | |
| download | android_external_v8-a2e4be91739723c8a0751d441c3e764af2009ccc.tar.gz android_external_v8-a2e4be91739723c8a0751d441c3e764af2009ccc.tar.bz2 android_external_v8-a2e4be91739723c8a0751d441c3e764af2009ccc.zip | |
Add the libc include path to pick up the correct memory.h file first.
Diffstat (limited to 'Android.libv8.mk')
| -rw-r--r-- | Android.libv8.mk | 2 |
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) |
