| Index: build/config/android/config.gni
|
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni
|
| index cebf4de6b7c1dc41a9a53cddee6ece7dbad909df..547bbf963c794991d9babd34cfc8f17f6be88d03 100644
|
| --- a/build/config/android/config.gni
|
| +++ b/build/config/android/config.gni
|
| @@ -159,14 +159,6 @@ if (is_android) {
|
| android_gdbserver =
|
| "$android_ndk_root/prebuilt/$android_prebuilt_arch/gdbserver/gdbserver"
|
|
|
| - # stlport stuff --------------------------------------------------------------
|
| -
|
| - if (component_mode == "shared_library") {
|
| - android_stlport_library = "stlport_shared"
|
| - } else {
|
| - android_stlport_library = "stlport_static"
|
| - }
|
| -
|
| # ABI ------------------------------------------------------------------------
|
|
|
| if (current_cpu == "x86") {
|
|
|