summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-02-23 13:55:23 -0800
committerShawn O. Pearce <sop@google.com>2009-02-23 13:55:23 -0800
commitac6473134ba50632d901d8769cf7086713ec35e8 (patch)
tree87e7ffda7aa51580dddc069d9e93e1520d27cee7
parent492413ca98fe268488e70c1ac1fdfc5f970a07b7 (diff)
Correct note in developer setup about building SSHD
We actually use our own Maven repository for it. Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--Documentation/dev-readme.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt
index 1816403278..c7c431287d 100644
--- a/Documentation/dev-readme.txt
+++ b/Documentation/dev-readme.txt
@@ -13,9 +13,6 @@ To create a new client workspace:
repo init -u git://android.git.kernel.org/tools/manifest.git
====
-Also, you'll need to download and install Apache SSHD from source
-(execute `mvn install` in the top level of the source folder).
-
Important Links
---------------