diff --git a/apps/addressbook/build.xml b/apps/addressbook/build.xml
index 6f791158991cf3f9ce470d605cf52fc2cc58de53..643782f959bd02476d96c35e282848122be7cbb1 100644
--- a/apps/addressbook/build.xml
+++ b/apps/addressbook/build.xml
@@ -57,7 +57,6 @@
             <compilerarg line="${javac.compilerargs}" />
             <classpath>
                 <pathelement location="../../core/java/build/i2p.jar" />
-                <pathelement location="../jetty/jettylib/javax.servlet.jar" />
             </classpath>
 		</javac>
 	</target>
@@ -75,7 +74,7 @@
 		</javac>
 	</target>
 
-        <!-- unused for now, as we oddly ship addressbook as a .war -->
+        <!-- unused for now (except for Android), as we oddly ship addressbook as a .war -->
 	<target name="jar" depends="compile, changes">
 		<!-- set if unset -->
 		<property name="workspace.changes" value="" />