From 5f8b7269d66acb45dcb74a1eb38102cb1d1431df Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Fri, 11 Nov 2011 13:39:34 -0800 Subject: [PATCH] docs: fix typo Change-Id: I86ebd8bced2ca133fc6faff43c2e69205f0c9862 --- docs/html/guide/developing/building/building-cmdline.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/developing/building/building-cmdline.jd b/docs/html/guide/developing/building/building-cmdline.jd index d78a4f55c0690..c43962a81a28c 100644 --- a/docs/html/guide/developing/building/building-cmdline.jd +++ b/docs/html/guide/developing/building/building-cmdline.jd @@ -365,7 +365,7 @@ test project, the tested project is also cleaned.
Builds a test project and the tested project, installs both .apk files, and runs the tests.
-
ant emma debug installt test
+
ant emma debug install test
Builds a test project and the tested project, installs both .apk files, and runs the tests with code coverage enabled.