diff options
| author | Jeff Juliano <jjuliano@nvidia.com> | 2017-08-26 08:28:57 -0400 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-08-28 10:18:33 -0600 |
| commit | 5b2d4f8a90cf84beaa25025a14b5475431820802 (patch) | |
| tree | 41b469e65e7f022ccbccf801e3dfc9aa1c710e51 | |
| parent | 8d6d36ed7485844b905b510c9ded62bd3441b246 (diff) | |
| download | usermoji-5b2d4f8a90cf84beaa25025a14b5475431820802.tar.xz | |
build: Add missing quotes
Change-Id: Icff4a71bbedc3ee95d2dc2b85224a3c2eee74cb6
| -rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |
