Index: content/shell/android/BUILD.gn |
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn |
index 210c0f1680fcae977093c6bfe7ea7aa27aa70cf3..9f1a7fa4aeb4cab039093beb67fce5f218d61091 100644 |
--- a/content/shell/android/BUILD.gn |
+++ b/content/shell/android/BUILD.gn |
@@ -168,7 +168,7 @@ android_apk("content_shell_test_apk") { |
android_manifest = "javatests/AndroidManifest.xml" |
} |
-if (cpu_arch != "x64" && cpu_arch != "arm64") { |
+if (current_cpu != "x64" && current_cpu != "arm64") { |
chromium_linker_test_manifest = |
"$target_gen_dir/linker_test_apk/AndroidManifest.xml" |