From: Cody Northrop Date: Thu, 7 Apr 2016 18:33:21 +0000 (-0600) Subject: android: Update documentation X-Git-Tag: v1.0.5_upstream~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e88b18bf84784228d56dcfb99cb766b52fde928d;p=platform%2Fupstream%2FVulkan-LoaderAndValidationLayers.git android: Update documentation --- diff --git a/BUILD.md b/BUILD.md index a248c4c..f46f75c 100644 --- 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