build: Add missing quotes
authorJeff Juliano <jjuliano@nvidia.com>
Sat, 26 Aug 2017 12:28:57 +0000 (08:28 -0400)
committerMark Lobodzinski <mark@lunarg.com>
Mon, 28 Aug 2017 16:18:33 +0000 (10:18 -0600)
Change-Id: Icff4a71bbedc3ee95d2dc2b85224a3c2eee74cb6

BUILD.md

index 3d02e32..da9f3e0 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -312,7 +312,7 @@ cd build-android
 ./build_all.sh
 adb install -r bin/VulkanLayerValidationTests.apk
 adb shell am start com.example.VulkanLayerValidationTests/android.app.NativeActivity
-
+```
 Alternatively, you can use the test_APK script to install and run the layer validation tests:
 ```
 test_APK.sh -s <serial number> -p <plaform name> -f <gtest_filter>