summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 008f578..7ba14b7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -242,7 +242,8 @@ WEBKIT_SRC_FILES += $(addprefix $d/,$(LOCAL_SRC_FILES))
ifeq ($(HTTP_STACK),chrome)
LOCAL_C_INCLUDES := $(LOCAL_C_INCLUDES) \
$(LOCAL_PATH)/WebKit/chromium/public \
- external/chromium
+ external/chromium \
+ external/chromium/android
endif # HTTP_STACK == chrome
# Redefine LOCAL_PATH here so the build system is not confused