docs: Update Smoke command to invoke layers on Android
authorCody Northrop <cnorthrop@google.com>
Tue, 6 Dec 2016 18:24:47 +0000 (11:24 -0700)
committerCody Northrop <cnorthrop@google.com>
Tue, 6 Dec 2016 18:27:12 +0000 (11:27 -0700)
BUILD.md

index 7fa07e8..3d3f7ef 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -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