summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorNicolas Roard <nicolas@android.com>2010-10-04 13:37:38 -0700
committerNicolas Roard <nicolas@android.com>2010-10-13 11:05:25 -0700
commita5ffb7c279df240a07658953e1bd5df6d0480cb6 (patch)
tree6df2820d0158915b646d9d2fa4969713f1674d8d /Android.mk
parenta8dc96a2bf5512decc072f69093f006739c04fd2 (diff)
downloadexternal_webkit-a5ffb7c279df240a07658953e1bd5df6d0480cb6.zip
external_webkit-a5ffb7c279df240a07658953e1bd5df6d0480cb6.tar.gz
external_webkit-a5ffb7c279df240a07658953e1bd5df6d0480cb6.tar.bz2
GL rendering (without layers)
This is a two-parts CL, Its counterpart is https://android-git.corp.google.com/g/#change,64863 Change-Id: I40fcf3b7b6d28b887b101219c973070aeefbb777
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index d0a1813..074e087 100644
--- a/Android.mk
+++ b/Android.mk
@@ -292,6 +292,9 @@ LOCAL_CFLAGS += -DGOOGLEURL
LOCAL_CFLAGS += -DWTF_USE_CHROME_NETWORK_STACK
endif # HTTP_STACK == chrome
+# Adds GL and EGL extensions for the GL backend
+LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES
+
# Enable JSC JIT if JSC is used and ENABLE_JSC_JIT environment
# variable is set to true
ifeq ($(JAVASCRIPT_ENGINE),jsc)
@@ -344,7 +347,9 @@ LOCAL_SHARED_LIBRARIES := \
libicuuc \
libicui18n \
libmedia \
- libsurfaceflinger_client
+ libsurfaceflinger_client \
+ libEGL \
+ libGLESv2
ifeq ($(WEBCORE_INSTRUMENTATION),true)
LOCAL_SHARED_LIBRARIES += libhardware_legacy