libprocessgroup: Rename files a_cgroup_controller.cpp, a_cgroup_file.cpp

These are for ACgroupController and ACgroupFile, but share a filename
with libcgrouprc_format's CgroupController which can be confusing.

Bug: 349105928
Test: m
Change-Id: Idb270068169b71b0a33101407ddbb5a38cc8d469
This commit is contained in:
T.J. Mercier 2024-08-01 21:47:29 +00:00
parent fcb8666eed
commit 9c53c803e1
3 changed files with 2 additions and 2 deletions

View file

@ -32,8 +32,8 @@ cc_library {
symbol_file: "libcgrouprc.map.txt",
},
srcs: [
"cgroup_controller.cpp",
"cgroup_file.cpp",
"a_cgroup_controller.cpp",
"a_cgroup_file.cpp",
],
cflags: [
"-Wall",