Revert "Make media command be a shell command"

This reverts commit 489a632e5b30150dd24a2e643f458ec6d74d94c7.

Reason for revert: Build broken

Change-Id: Ic55440b0648cea1b67cb9e5691ae9b1be7d0ae0c
diff --git a/cmds/media/Android.bp b/cmds/media/Android.bp
new file mode 100644
index 0000000..7879c53
--- /dev/null
+++ b/cmds/media/Android.bp
@@ -0,0 +1,8 @@
+// Copyright 2013 The Android Open Source Project
+//
+
+java_binary {
+    name: "media",
+    wrapper: "media",
+    srcs: ["**/*.java"],
+}