Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit febf9fbd authored by Kristian Monsen's avatar Kristian Monsen
Browse files

Part of fix for bug 5065047 build libchromium as a shared lib

Building chromium as a shared lib, updating other libs that
use it.

Change-Id: Ia20749bb7fbec51b94adb314116503f62f41b782
parent 142d7575
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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