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

Commit d8e322c2 authored by Sandeep Patil's avatar Sandeep Patil
Browse files

meminfo/tools: Enable all libmeminfo based tools



Enables procrank, procmem, librank and showmap.
Only showmap gets built into the default builds.

Bug: 111694435
Test: builds
Test: showmap exists in final builds

Change-Id: Ib5901aa2bd4ccc6aa3d02915fda92f8320651315
Signed-off-by: default avatarSandeep Patil <sspatil@google.com>
parent 763bac78
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
// limitations under the License.

cc_binary {
    name: "librank2",
    name: "librank",
    cflags: [
        "-Wall",
        "-Werror",
@@ -27,7 +27,7 @@ cc_binary {
}

cc_binary {
    name: "procmem2",
    name: "procmem",
    cflags: [
        "-Wall",
        "-Werror",
@@ -41,7 +41,7 @@ cc_binary {
}

cc_binary {
    name: "procrank2",
    name: "procrank",
    cflags: [
        "-Wall",
        "-Werror",
@@ -55,7 +55,7 @@ cc_binary {
}

cc_binary {
    name: "showmap2",
    name: "showmap",
    cflags: [
        "-Wall",
        "-Werror",