| Index: content/shell/android/BUILD.gn
|
| diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
|
| index dc2e2a805f582d140980f5bf84835e5ad993b961..c4260b2aaa9797d483f79b5d56d57f89e2c579f2 100644
|
| --- a/content/shell/android/BUILD.gn
|
| +++ b/content/shell/android/BUILD.gn
|
| @@ -166,7 +166,7 @@ instrumentation_test_apk("content_shell_test_apk") {
|
| isolate_file = "../../content_shell_test_apk.isolate"
|
| }
|
|
|
| -if (current_cpu != "x64" && current_cpu != "arm64") {
|
| +if (current_cpu != "x64") {
|
| chromium_linker_test_manifest =
|
| "$target_gen_dir/linker_test_apk/AndroidManifest.xml"
|
|
|
|
|