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

Commit d7bad1f4 authored by Priyanka Advani (xWF)'s avatar Priyanka Advani (xWF) Committed by Automerger Merge Worker
Browse files

Merge "Revert "Add toolbox_ramdisk"" into main am: 4e0174d1 am: 7b734961

parents 0fa6cb5c 7b734961
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",
    ],
}