Remove implicit dependencies introduced by MANIFEST.MF

This fixed build race condition introduced by hidden dependency on
kxml2-2.3.0.jar, which is also a prebuilt module when we build the SDK.
The build error looks like: error: error reading
out/host/darwin-x86/framework/kxml2-2.3.0.jar; cannot read zip file
make: ***
[out/host/common/obj/JAVA_LIBRARIES/dumpeventlog_intermediates/javalib.jar]
Error 41

This commit reapplies change in 3a9c992e6c0e0e7458ce4a181acc0b87938654e7.
See instruction in PREBUILT.

Change-Id: I8b2fd9339fd41514623339cd3dbf5dc07d132a60
diff --git a/common/ddmlib/ddmlib-prebuilt.jar b/common/ddmlib/ddmlib-prebuilt.jar
index 4814344..35f5537 100644
--- a/common/ddmlib/ddmlib-prebuilt.jar
+++ b/common/ddmlib/ddmlib-prebuilt.jar
Binary files differ