android: Update documentation
authorCody Northrop <cnorthrop@google.com>
Thu, 7 Apr 2016 18:33:21 +0000 (12:33 -0600)
committerTobin Ehlis <tobine@google.com>
Thu, 7 Apr 2016 21:00:38 +0000 (15:00 -0600)
BUILD.md

index a248c4c..f46f75c 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -185,7 +185,7 @@ Use the following to ensure the Android build works.
 #### Linux and OSX
 Follow the setup steps for Linux or OSX above, then from your terminal:
 ```
-cd buildAndroid
+cd build-android
 ./update_external_sources_android.sh
 ./android-generate.sh
 ndk-build
@@ -193,7 +193,7 @@ ndk-build
 #### Windows
 Follow the setup steps for Windows above, then from Developer Command Prompt for VS2013:
 ```
-cd buildAndroid
+cd build-android
 update_external_sources_android.bat
 android-generate.bat
 ndk-build