| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 09527af891a44b77658db88c90d24c21840ab941..9fdc81654a3d272a409aa02056cf0c068e572a7c 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -308,11 +308,6 @@ if (is_win) {
|
| _shared_library_configs += _windows_linker_configs
|
| } else if (is_mac) {
|
| _shared_library_configs += [ "//build/config/mac:mac_dynamic_flags" ]
|
| -} else if (is_android) {
|
| - # Strip native JNI exports from shared libraries by default. Binaries that
|
| - # want this can remove this config.
|
| - _shared_library_configs +=
|
| - [ "//build/config/android:hide_native_jni_exports" ]
|
| }
|
| set_defaults("shared_library") {
|
| configs = _shared_library_configs
|
|
|