Loading fs_mgr/libsnapshot/snapuserd/Android.bp +14 −7 Original line number Diff line number Diff line Loading @@ -95,7 +95,14 @@ cc_binary { init_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, system_shared_libs: [], ramdisk_available: true, vendor_ramdisk_available: true, Loading Loading
fs_mgr/libsnapshot/snapuserd/Android.bp +14 −7 Original line number Diff line number Diff line Loading @@ -95,7 +95,14 @@ cc_binary { init_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, system_shared_libs: [], ramdisk_available: true, vendor_ramdisk_available: true, Loading