mirror of
https://github.com/ARM-software/devlib.git
synced 2025-11-17 06:05:16 +00:00
Android seems to have a buggy `mount` command which causes `mount -o remount` to result in duplicated mounts. We can't unmonunt and then re-mount /sys/fs/cgroup because there may be pre-existing mounts at subdirectories. So we create a 'cgroups' directory in the devlib working directory and mount cgroup controller FS's there.