From 613ba696d0a30183fa0a5e2e084a44aca2f6bd1e Mon Sep 17 00:00:00 2001 From: Yipeng Wang Date: Tue, 25 Apr 2017 14:24:39 -0400 Subject: [PATCH] Delete redundant instruction about Release folder. Change-Id: I8a98bd08db886652b5a75a26495844fdb62633e0 Reviewed-on: https://chromium-review.googlesource.com/487061 Reviewed-by: Andrew Grieve Commit-Queue: Yipeng Wang Cr-Commit-Position: refs/heads/master@{#467087} --- docs/android_build_instructions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/android_build_instructions.md b/docs/android_build_instructions.md index c16d27517182b3..1a729fea0f777e 100644 --- a/docs/android_build_instructions.md +++ b/docs/android_build_instructions.md @@ -214,8 +214,7 @@ build/android/adb_install_apk.py out/Default/apks/ContentShell.apk ``` this will build and install an Android apk under -`out/Default/apks/ContentShell.apk`. (Where `Release` is the name of your build -directory.) +`out/Default/apks/ContentShell.apk`. If you use custom out dir instead of standard out/ dir, use CHROMIUM_OUT_DIR env.