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

Commit f3bbfa6a authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Try to include the SHA in a ddmslib-compatible way.

Bug: http://b/20918202
Change-Id: I0c1a48459372b0d28aaf9d09d82540e44b438c9c
parent 0c537ce3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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() {