Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 21ac1a02 authored by Priyanka Advani (xWF)'s avatar Priyanka Advani (xWF) Committed by Gerrit Code Review
Browse files

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
parent c044283b
Loading
Loading
Loading
Loading
+0 −19
Original line number Original line Diff line number Diff line
@@ -84,22 +84,3 @@ cc_binary {
    vendor: true,
    vendor: true,
    defaults: ["toolbox_binary_defaults"],
    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",
    ],
}