From 9f257ce5741d8587d5226617344a3e3a5a93e8f8 Mon Sep 17 00:00:00 2001 From: Cody Northrop Date: Tue, 6 Dec 2016 11:24:47 -0700 Subject: docs: Update Smoke command to invoke layers on Android --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 7fa07e83..3d3f7ef8 100644 --- a/BUILD.md +++ b/BUILD.md @@ -298,7 +298,7 @@ cd demos/smoke/android export ANDROID_SDK_HOME= export ANDROID_NDK_HOME= ./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 -- cgit v1.2.3