| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index d264cfd1e813e0db8585505b771d69264d32efc2..101078b8f8d8ad5eef68bd2309e1cfee4d14d5d4 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -647,8 +647,7 @@
|
| "//chrome:chrome_android_core",
|
| ]
|
|
|
| - configs -= [ "//build/config/android:hide_all_but_jni_onload" ]
|
| - configs += [ "//build/config/android:hide_all_but_jni" ]
|
| + configs -= [ "//build/config/android:hide_native_jni_exports" ]
|
| if (is_android && use_order_profiling) {
|
| deps += [ "//tools/cygprofile" ]
|
| }
|
|
|