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

Commit d8d302c4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Explain why snapuserd is a static binary." am: 4bf3c13d am: c74097cc am: 6a0eecbc

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1910141

Change-Id: I02ccc250df540957f0cdf441d5d5aa325de3e44a
parents 746a91a9 6a0eecbc
Loading
Loading
Loading
Loading
+14 −7
Original line number Original line Diff line number Diff line
@@ -95,7 +95,14 @@ cc_binary {
    init_rc: [
    init_rc: [
        "snapuserd.rc",
        "snapuserd.rc",
    ],
    ],

    // snapuserd is started during early boot by first-stage init. At that
    // point, /system is mounted using the "dm-user" device-mapper kernel
    // module. dm-user routes all I/O to userspace to be handled by
    // snapuserd, which would lead to deadlock if we had to handle page
    // faults for its code pages.
    static_executable: true,
    static_executable: true,

    system_shared_libs: [],
    system_shared_libs: [],
    ramdisk_available: true,
    ramdisk_available: true,
    vendor_ramdisk_available: true,
    vendor_ramdisk_available: true,