diff options
author | Robert Ly <robertly@google.com> | 2011-11-11 13:39:34 -0800 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2011-11-11 13:39:34 -0800 |
commit | 5f8b7269d66acb45dcb74a1eb38102cb1d1431df (patch) | |
tree | 4ec1bdf932598205a26456abb9b98f341c90a785 | |
parent | 5ad6f646fbe692b94961df6472bec2b8bd1ea382 (diff) | |
download | frameworks_base-5f8b7269d66acb45dcb74a1eb38102cb1d1431df.zip frameworks_base-5f8b7269d66acb45dcb74a1eb38102cb1d1431df.tar.gz frameworks_base-5f8b7269d66acb45dcb74a1eb38102cb1d1431df.tar.bz2 |
docs: fix typo
Change-Id: I86ebd8bced2ca133fc6faff43c2e69205f0c9862
-rw-r--r-- | docs/html/guide/developing/building/building-cmdline.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/developing/building/building-cmdline.jd b/docs/html/guide/developing/building/building-cmdline.jd index d78a4f5..c43962a 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.</dd> <dd>Builds a test project and the tested project, installs both <code>.apk</code> files, and runs the tests.</dd> - <dt><code>ant emma debug installt test</code></dt> + <dt><code>ant emma debug install test</code></dt> <dd>Builds a test project and the tested project, installs both <code>.apk</code> files, and runs the tests with code coverage enabled.</dd> |