| Index: testing/test.gni
|
| diff --git a/testing/test.gni b/testing/test.gni
|
| index 9aa7cc47de7e59b196425c13e21ea341b4dc3734..b344945ce926854d20a98c0595bb5c26ba8c5a25 100644
|
| --- a/testing/test.gni
|
| +++ b/testing/test.gni
|
| @@ -59,7 +59,7 @@ template("test") {
|
| # the default shared_library configs rather than executable configs.
|
| configs -= [
|
| "//build/config:shared_library_config",
|
| - "//build/config/android:hide_native_jni_exports",
|
| + "//build/config/android:hide_all_but_jni_onload",
|
| ]
|
| configs += [ "//build/config:executable_config" ]
|
|
|
|
|