Merge "Fix WebCore include paths due to merge to WebKit r75315"

This commit is contained in:
Steve Block
2011-05-13 06:44:57 -07:00
committed by Android (Google) Code Review

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