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