diff --git a/docs/html/ndk/guides/graphics/validation-layer.jd b/docs/html/ndk/guides/graphics/validation-layer.jd index 3a61f1847bbb8..beac1c09bbc84 100644 --- a/docs/html/ndk/guides/graphics/validation-layer.jd +++ b/docs/html/ndk/guides/graphics/validation-layer.jd @@ -109,10 +109,37 @@ $ git checkout android_layers
+$ cd build-android +$ ./android-generate+
+> cd build-android +> android-generate.bat+
To build validation layers on Linux or OS X, enter these commands on the command line:
--$ cd build-android -$ ./android-generate $ cd generated/gradle-build $ # configure SDK and NDK path in local.properties $ gradlew assembleAllDebug @@ -219,22 +244,17 @@ $ gradlew assembleAllDebug
-$ cd build-android -$ ./android-generate -$ ndk-build -+$ ndk-build
To build validation layers on Windows, enter these commands on the command line:
--> cd build-android -> android-generate.bat > cd generated\gradle-build > REM configure SDK and NDK path in local.properties > gradlew.bat assembleAllDebug @@ -243,12 +263,10 @@ Using Gradle:
-> cd build-android -> android-generate.bat > ndk-build.cmd