Skip to content

Commit

Permalink
Update android test instructions to use appropriate GN arg
Browse files Browse the repository at this point in the history
Bug: 
Change-Id: I61107bad56d2562b8d5ee5752d37825cd0d227d8
Reviewed-on: https://chromium-review.googlesource.com/509901
Reviewed-by: Richard Coles <torne@chromium.org>
Commit-Queue: Nick Harper <nharper@chromium.org>
Cr-Commit-Position: refs/heads/master@{#473611}
  • Loading branch information
nharper authored and Commit Bot committed May 22, 2017
1 parent ec4fa85 commit 8a13e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/android_test_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ adb shell settings put global package_verifier_enable 0
Use an emulator (i.e. Android Virtual Device, AVD): Enabling Intel's
Virtualizaton support provides the fastest, most reliable emulator configuration
available (i.e. x86 emulator with GPU acceleration and KVM support). Remember to
build with `target_arch=ia32` for x86. Otherwise installing the APKs will fail
build with `target_cpu = "x86"` for x86. Otherwise installing the APKs will fail
with `INSTALL_FAILED_NO_MATCHING_ABIS`.

1. Enable Intel Virtualization support in the BIOS.
Expand Down

0 comments on commit 8a13e82

Please sign in to comment.