Merge "Revert "Add toolbox_ramdisk"" into main
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",
-    ],
-}