From 6de56aa549509f4b2b9e1fb67388a17e795a1c51 Mon Sep 17 00:00:00 2001 From: Kristian Monsen Date: Wed, 10 Aug 2011 15:09:22 +0100 Subject: Testing for bug 5122864 libwebcore related libraries increased by 3MB in ICS vs HCMR2 Trying to build with static libchromium on the build server. Change-Id: I6ee74f769e51ea7506c7bf1a835f84b351be1774 --- Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 623a35f..325f007 100644 --- a/Android.mk +++ b/Android.mk @@ -408,7 +408,8 @@ LOCAL_STATIC_LIBRARIES += libv8 endif ifeq ($(HTTP_STACK),chrome) -LOCAL_SHARED_LIBRARIES += libcrypto libssl libz libchromium_net +LOCAL_SHARED_LIBRARIES += libcrypto libssl libz +LOCAL_STATIC_LIBRARIES += libchromium_net endif # HTTP_STACK == chrome ifeq ($(ENABLE_AUTOFILL),true) -- cgit v1.1