Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c53c803 authored by T.J. Mercier's avatar T.J. Mercier
Browse files

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
parent fcb8666e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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",