From c7e578330aece3c556ef205365c24676687223e2 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Fri, 1 Jul 2011 09:30:26 -0400 Subject: Add features to support Ganesh in the Android browser 1) Added a runtime switch between Raster and Ganesh 2) Added support for using SurfaceTextures with Ganesh bug: 5013645 Change-Id: I2efebf1bc9befb0c7f6f66109d80818f9d0775b3 --- Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 39fa75a..705159a 100644 --- a/Android.mk +++ b/Android.mk @@ -362,6 +362,7 @@ LOCAL_LDLIBS += -lpthread -ldl # Build the list of shared libraries LOCAL_SHARED_LIBRARIES := \ + libandroid \ libandroid_runtime \ libnativehelper \ libsqlite \ -- cgit v1.1