Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1048b7e6 authored by Steve Block's avatar Steve Block
Browse files

Fix WebCore include paths due to merge to WebKit r75315

The WebCore directory has moved inside a new Source directory.

Change-Id: Idb72a6e80f8df9d8685698b259ca5c305a3c0a5d
parent 90bf2625
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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