| Index: testing/test.gni
|
| diff --git a/testing/test.gni b/testing/test.gni
|
| index 3afb9f766a2a3f2adfc8ebc721eca9849c56bd96..ec56f012893982241618686b4a683414ba0d8b22 100644
|
| --- a/testing/test.gni
|
| +++ b/testing/test.gni
|
| @@ -67,7 +67,7 @@ template("test") {
|
| }
|
| deps = []
|
| if (!defined(invoker.use_launcher) || invoker.use_launcher) {
|
| - deps += [ "//testing/android:native_test_native_code" ]
|
| + deps += [ "//testing/android/native_test:native_test_native_code" ]
|
| }
|
| if (defined(invoker.deps)) {
|
| deps += invoker.deps
|
|
|