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

Commit a7a7222f authored by Steve Block's avatar Steve Block Committed by Android (Google) Code Review
Browse files

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

parents 83a7cdc5 1048b7e6
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