summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2011-08-10 15:09:09 +0100
committerKristian Monsen <kristianm@google.com>2011-08-10 15:10:57 +0100
commit677d221f3db65a09edadef370b3cc360e71dd0ae (patch)
tree4ca26d784eede6ed27697f34491c79ff6a219a33
parent0f10075b6c1c113a6918cd17b6910c1cd317a864 (diff)
downloadexternal_chromium-677d221f3db65a09edadef370b3cc360e71dd0ae.zip
external_chromium-677d221f3db65a09edadef370b3cc360e71dd0ae.tar.gz
external_chromium-677d221f3db65a09edadef370b3cc360e71dd0ae.tar.bz2
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: I7c42956d31ee854f036848e96ef4bf863a07bb1d
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index add864f..9266190 100644
--- a/Android.mk
+++ b/Android.mk
@@ -11,7 +11,7 @@ include $(CLEAR_VARS)
LOCAL_CPP_EXTENSION := .cc
LOCAL_MODULE := libchromium_net
-LOCAL_MODULE_CLASS := SHARED_LIBRARIES
+LOCAL_MODULE_CLASS := STATIC_LIBRARIES
INTERMEDIATES := $(call local-intermediates-dir)
LOCAL_SRC_FILES := \
@@ -485,4 +485,4 @@ LOCAL_PRELINK_MODULE := false
# Including this will modify the include path
include external/stlport/libstlport.mk
-include $(BUILD_SHARED_LIBRARY)
+include $(BUILD_STATIC_LIBRARY)