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:
parent
fcb8666eed
commit
9c53c803e1
3 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue