aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Juliano <jjuliano@nvidia.com>2017-08-26 08:28:57 -0400
committerMark Lobodzinski <mark@lunarg.com>2017-08-28 10:18:33 -0600
commit5b2d4f8a90cf84beaa25025a14b5475431820802 (patch)
tree41b469e65e7f022ccbccf801e3dfc9aa1c710e51
parent8d6d36ed7485844b905b510c9ded62bd3441b246 (diff)
downloadusermoji-5b2d4f8a90cf84beaa25025a14b5475431820802.tar.xz
build: Add missing quotes
Change-Id: Icff4a71bbedc3ee95d2dc2b85224a3c2eee74cb6
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 3d02e326..da9f3e0c 100644
--- 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>