| Index: build/config/android/rules.gni
|
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
|
| index c9db22a5b67aa4a3fef38e520f4cc9cec2a240d2..49ccc1d2991cb7c9fc751e983fa25c9a25d9c030 100644
|
| --- a/build/config/android/rules.gni
|
| +++ b/build/config/android/rules.gni
|
| @@ -971,7 +971,7 @@ template("junit_binary") {
|
| testonly = true
|
| bypass_platform_checks = true
|
| main_class = "org.chromium.testing.local.JunitTestMain"
|
| - wrapper_script_name = "$target_name"
|
| + wrapper_script_name = "helper/$target_name"
|
|
|
| deps += [
|
| "//testing/android/junit:junit_test_support",
|
|
|