Fix WebCore include paths due to merge to WebKit r75315

The WebCore directory has moved inside a new Source directory.

Change-Id: Idb72a6e80f8df9d8685698b259ca5c305a3c0a5d
This commit is contained in:
Steve Block
2011-05-12 16:31:13 +01:00
parent 90bf262591
commit 1048b7e63e

View File

@@ -32,12 +32,14 @@ LOCAL_SRC_FILES := \
PluginObject.cpp \
event/EventPlugin.cpp \
WEBCORE_PATH := external/webkit/Source/WebCore
LOCAL_C_INCLUDES += \
$(LOCAL_PATH) \
$(LOCAL_PATH)/event \
external/webkit/WebCore/bridge \
external/webkit/WebCore/plugins \
external/webkit/WebCore/platform/android/JavaVM \
$(WEBCORE_PATH)/bridge \
$(WEBCORE_PATH)/plugins \
$(WEBCORE_PATH)/platform/android/JavaVM \
external/webkit/WebKit/android/plugins
LOCAL_CFLAGS += -fvisibility=hidden