OSDN Git Service

Merge "Fix crash issue with drawing retain layers as needed"
authorNicolas Roard <nicolasroard@google.com>
Thu, 11 Aug 2011 20:54:45 +0000 (13:54 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Thu, 11 Aug 2011 20:54:45 +0000 (13:54 -0700)
Android.mk

index 623a35f..325f007 100644 (file)
@@ -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)