diff options
author | Cody Northrop <cnorthrop@google.com> | 2016-12-06 11:24:47 -0700 |
---|---|---|
committer | Cody Northrop <cnorthrop@google.com> | 2016-12-06 11:27:12 -0700 |
commit | 9f257ce5741d8587d5226617344a3e3a5a93e8f8 (patch) | |
tree | 787cd6744ae4ad34dc67505781c666b272e775ea /BUILD.md | |
parent | 3aab22079b9a2e40884ee4ec2431694a84c2752e (diff) | |
download | Vulkan-Tools-9f257ce5741d8587d5226617344a3e3a5a93e8f8.tar.gz Vulkan-Tools-9f257ce5741d8587d5226617344a3e3a5a93e8f8.tar.bz2 Vulkan-Tools-9f257ce5741d8587d5226617344a3e3a5a93e8f8.zip |
docs: Update Smoke command to invoke layers on Android
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -298,7 +298,7 @@ cd demos/smoke/android export ANDROID_SDK_HOME=<path to Android/Sdk> export ANDROID_NDK_HOME=<path to Android/Sdk/ndk-bundle> ./build-and-install -adb shell am start com.example.Smoke/android.app.NativeActivity +adb shell am start -a android.intent.action.MAIN -c android-intent.category.LAUNCH -n com.example.Smoke/android.app.NativeActivity --es args "--validate" ``` ## Ninja Builds - All Platforms |