0

android: Fix links to android_emulator.md

The other pages were referring to android_emulators.md (plural), which does
not exist.

TBR=agrieve

Change-Id: I6bd1c2ac95f851b8aae02550c650607ed2182a1f
Reviewed-on: https://chromium-review.googlesource.com/1103569
Reviewed-by: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Cr-Commit-Position: refs/heads/master@{#568763}
This commit is contained in:
Raphael Kubo da Costa
2018-06-20 08:16:50 +00:00
committed by Commit Bot
parent 98515e97cc
commit fe411ffe7b
2 changed files with 2 additions and 2 deletions

@ -355,7 +355,7 @@ This will make `chrome_public_apk` build in incremental mode.
## Installing and Running Chromium on an Emulator
Running on an emulator is the same as on a device. Refer to
[android_emulators.md](android_emulators.md) for setting up emulators.
[android_emulator.md](android_emulator.md) for setting up emulators.
## Tips, tricks, and troubleshooting

@ -54,7 +54,7 @@ adb shell settings put global package_verifier_enable 0
### Using Emulators
Running tests on emulators is the same as on device. Refer to
[android_emulators.md](android_emulators.md) for setting up emulators.
[android_emulator.md](android_emulator.md) for setting up emulators.
## Building Tests