Move brillopad in tradefed to new project.

Code has been unmodified except for update packages and references, and
removing CLog statements (to remove the dependency on ddmlib).  Added
.classpath and .project files for eclipse, and Android.mk files for the make
system.

Change-Id: I64d6764c08332b1c420a8f563a026aaa547e45bf
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..adc2064
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/tradefederation"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
+	<classpathentry exported="true" kind="var" path="TRADEFED_ROOT/prebuilts/misc/common/json/json-prebuilt.jar"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>