OSDN Git Service

Rename servicetool to pdx_tool
authorJiwen 'Steve' Cai <jwcai@google.com>
Mon, 21 Aug 2017 23:23:06 +0000 (16:23 -0700)
committerJiwen 'Steve' Cai <jwcai@google.com>
Tue, 22 Aug 2017 01:13:30 +0000 (18:13 -0700)
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

libs/vr/libpdx_default_transport/Android.bp
libs/vr/libpdx_default_transport/pdx_tool.cpp [moved from libs/vr/libpdx_default_transport/servicetool.cpp with 100% similarity]

index 8cfa86f..0f6511b 100644 (file)
@@ -36,10 +36,10 @@ cc_library_static {
 }
 
 cc_binary {
-    name: "servicetool",
+    name: "pdx_tool",
     defaults: ["pdx_default_transport_compiler_defaults"],
     srcs: [
-        "servicetool.cpp",
+        "pdx_tool.cpp",
     ],
     shared_libs: [
         "liblog",