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

Commit 3d7ae43e authored by Yi-Yo Chiang's avatar Yi-Yo Chiang Committed by Gerrit Code Review
Browse files

Revert^2 "Add toolbox_ramdisk"

21ac1a02

Change-Id: Ia78dea4472584e6fd2ac631b67630b12f8af3cd0
parent 21ac1a02
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -84,3 +84,22 @@ cc_binary {
    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",
    ],
}