OSDN Git Service

Part of fix for bug 5065047 build libchromium as a shared lib
authorKristian Monsen <kristianm@google.com>
Fri, 22 Jul 2011 13:19:36 +0000 (14:19 +0100)
committerKristian Monsen <kristianm@google.com>
Mon, 25 Jul 2011 10:22:58 +0000 (11:22 +0100)
Building chromium as a shared lib, updating other libs that
use it.

Change-Id: Ia20749bb7fbec51b94adb314116503f62f41b782

media/libstagefright/Android.mk

index 3a3c082..3f4dace 100644 (file)
@@ -132,10 +132,9 @@ LOCAL_SHARED_LIBRARIES += \
 
 LOCAL_STATIC_LIBRARIES += \
         libstagefright_chromium_http \
-        libchromium_net         \
         libwebcore              \
 
-LOCAL_SHARED_LIBRARIES += libstlport
+LOCAL_SHARED_LIBRARIES += libstlport libchromium_net
 include external/stlport/libstlport.mk
 
 LOCAL_CPPFLAGS += -DCHROMIUM_AVAILABLE=1