commit | fad638c82d0d6b5b3dab36e47eb6b0b684f70fd5 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Fri Mar 22 17:01:08 2019 -0700 |
committer | Yifan Hong <elsk@google.com> | Tue Apr 02 17:34:37 2019 -0700 |
tree | 05997d7c08d669e4224093b95a0900c9133b8ad8 | |
parent | 1a0996a308ef4c5dbf1ee2b7d388f044c06f62cd [diff] |
libprocessgroup: use libcgrouprc to read cgroup.rc Use the LL-NDK library to read cgroup.rc. As a side-effect, the CgroupController class is changed to a wrapper of ACgroupController* from the library. The class itself essentially becomes the pointer, and can be trivially copied. Modify all client code for this change. Test: builds and boots Bug: 123664216 Change-Id: I635d9885db62e82f37421f6d20f59c84a6f4cbb2