commit | 7b3fd7452241f650ee06ffe63bee38481dc04f6e | [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 | 720da04a4672b3017b696d109e04fc6d52e8f10b [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