aboutsummaryrefslogtreecommitdiff
path: root/adb.h
diff options
context:
space:
mode:
authorAlex Buynytskyy <alexbuy@google.com>2019-02-21 14:22:51 -0800
committerAlex Buynytskyy <alexbuy@google.com>2019-02-23 06:15:03 +0000
commit4f3fa0541c52ba20f9b1a41c6ae46733fcd1595f (patch)
tree22b391dba1ee50a005eb2c8b057d866b1874fa2a /adb.h
parentea046b54163c8e65c274df6b9b47a6356f86a7c8 (diff)
downloadadb-4f3fa0541c52ba20f9b1a41c6ae46733fcd1595f.tar.gz
Adding EXEC version of calling ABB.
This is corresponding to exec: command of adb and allows for simplifed calls to binder without shell protocol. Bug: 111621042 Test: manual Change-Id: Id6935cd53e351388ecf6d2d15f3a204cb871536a
Diffstat (limited to 'adb.h')
-rw-r--r--adb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb.h b/adb.h
index 92099970..3a8cb7b1 100644
--- a/adb.h
+++ b/adb.h
@@ -153,7 +153,7 @@ asocket* daemon_service_to_socket(std::string_view name);
#endif
#if !ADB_HOST
-unique_fd execute_binder_command(std::string_view command);
+unique_fd execute_abb_command(std::string_view command);
#endif
#if !ADB_HOST