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

Commit 1abb4deb authored by Jiwen 'Steve' Cai's avatar Jiwen 'Steve' Cai
Browse files

Rename servicetool to pdx_tool

As we are planning to include the pdx diagnosis binary into Android
system image, the name of servicetool is too general to fit in. Rename
it to pdx_tool as it's quite unique, short and sufficiently descriptive
to what it actually is.

Bug: 64802424
Test: Build pdx binary, push to device and dump
Change-Id: I9b5e9094e2253e994bd4b7ec9e47af5c0b442531
parent 7d203f39
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -36,10 +36,10 @@ cc_library_static {
}
}


cc_binary {
cc_binary {
    name: "servicetool",
    name: "pdx_tool",
    defaults: ["pdx_default_transport_compiler_defaults"],
    defaults: ["pdx_default_transport_compiler_defaults"],
    srcs: [
    srcs: [
        "servicetool.cpp",
        "pdx_tool.cpp",
    ],
    ],
    shared_libs: [
    shared_libs: [
        "liblog",
        "liblog",