Revert "Add toolbox_ramdisk"

Revert submission 3421399-modprobe.static.ramdisk

Reason for revert: Droidmonitor created revert due to b/389116741. Will be verifying through ABTD before submission.

Reverted changes: /q/submissionid:3421399-modprobe.static.ramdisk

Change-Id: Ie512440227f09964a6f36753b4cf01dc4db4f8df
diff --git a/toolbox/Android.bp b/toolbox/Android.bp
index 5169aa1..3142542 100644
--- a/toolbox/Android.bp
+++ b/toolbox/Android.bp
@@ -84,22 +84,3 @@
     vendor: true,
     defaults: ["toolbox_binary_defaults"],
 }
-
-// This one is installed in the generic ramdisk, and can be executed during
-// init-first-stage.
-// As there are no dynamic linker available, this must be statically linked.
-cc_binary {
-    name: "toolbox_ramdisk",
-    defaults: ["toolbox_binary_defaults"],
-    ramdisk: true,
-    static_executable: true,
-    system_shared_libs: [],
-    exclude_shared_libs: [
-        "libbase",
-        "liblog",
-    ],
-    static_libs: [
-        "libbase",
-        "liblog",
-    ],
-}