summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorShimeng (Simon) Wang <swang@google.com>2010-04-21 17:31:08 -0700
committerShimeng (Simon) Wang <swang@google.com>2010-04-22 11:02:03 -0700
commit0eec6dc8b27223eddc5f02396f82d4ae887fae02 (patch)
treeb1bca10c46608ab207844b0bd12048f88d848b98 /Android.mk
parenta0584f084721f17a0d034361a414cfb4e65736a6 (diff)
downloadexternal_webkit-0eec6dc8b27223eddc5f02396f82d4ae887fae02.zip
external_webkit-0eec6dc8b27223eddc5f02396f82d4ae887fae02.tar.gz
external_webkit-0eec6dc8b27223eddc5f02396f82d4ae887fae02.tar.bz2
Enable XSLT in Android webkit.
Before this change, the libwebcore size is: 4902184 Bytes After this change, the libwebcore size is: 5103712 Bytes The diff is: 200KB. Change-Id: I2554a043c2686de56c802e8a9e02cce604fb25c0
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 4390cf3..945fcd4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -92,6 +92,7 @@ LOCAL_C_INCLUDES := \
external/icu4c/common \
external/icu4c/i18n \
external/libxml2/include \
+ external/libxslt \
external/skia/emoji \
external/skia/include/core \
external/skia/include/effects \
@@ -294,7 +295,7 @@ include external/stlport/libstlport.mk
endif
# Build the list of static libraries
-LOCAL_STATIC_LIBRARIES := libxml2
+LOCAL_STATIC_LIBRARIES := libxml2 libxslt
ifeq ($(JAVASCRIPT_ENGINE),v8)
LOCAL_STATIC_LIBRARIES += libv8
endif