summaryrefslogtreecommitdiffstats
path: root/Android.libv8.mk
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-20 16:05:36 +0000
committerSteve Block <steveblock@google.com>2012-01-20 17:51:34 +0000
commit71dfcdf0748f927ad8db8bbbf16b45980b8df5d4 (patch)
treec5248e90478476cb7ed0b298a589bbd9d29d1416 /Android.libv8.mk
parent96aa864840874f6008eafd4fd9d88530328d41fa (diff)
downloadandroid_external_v8-71dfcdf0748f927ad8db8bbbf16b45980b8df5d4.tar.gz
android_external_v8-71dfcdf0748f927ad8db8bbbf16b45980b8df5d4.tar.bz2
android_external_v8-71dfcdf0748f927ad8db8bbbf16b45980b8df5d4.zip
Remove superfluous include path from Makefile
This include path was added to protect against picking up the wrong memory.h, but this is not needed as we no longer include any files of that name. Change-Id: I547b9d786451aa9565045d9916057aa784624474
Diffstat (limited to 'Android.libv8.mk')
-rw-r--r--Android.libv8.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.libv8.mk b/Android.libv8.mk
index f5a62cef..f2a13c8a 100644
--- a/Android.libv8.mk
+++ b/Android.libv8.mk
@@ -79,6 +79,6 @@ ifeq ($(DEBUG_V8),true)
LOCAL_CFLAGS += -DDEBUG -UNDEBUG
endif
-LOCAL_C_INCLUDES += bionic/libc/include $(LOCAL_PATH)/src
+LOCAL_C_INCLUDES := $(LOCAL_PATH)/src
include $(BUILD_STATIC_LIBRARY)