Try to include the SHA in a ddmslib-compatible way.
Bug: http://b/20918202
Change-Id: I0c1a48459372b0d28aaf9d09d82540e44b438c9c
(cherry picked from commit f3bbfa6a21
)
This commit is contained in:
parent
d34c722c59
commit
02418b3e09
|
@ -66,8 +66,8 @@ static std::string product_file(const char *extra) {
|
|||
}
|
||||
|
||||
static void version(FILE* out) {
|
||||
fprintf(out, "Android Debug Bridge version %d.%d.%d %s\n", ADB_VERSION_MAJOR,
|
||||
ADB_VERSION_MINOR, ADB_SERVER_VERSION, ADB_REVISION);
|
||||
fprintf(out, "Android Debug Bridge version %d.%d.%d\nRevision %s\n",
|
||||
ADB_VERSION_MAJOR, ADB_VERSION_MINOR, ADB_SERVER_VERSION, ADB_REVISION);
|
||||
}
|
||||
|
||||
static void help() {
|
||||
|
|
Loading…
Reference in New Issue