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

Commit e8873379 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Don't include the build number in the adbd binary."

am: d9984743

Change-Id: Ifae8f8f4bd633aca5bb2096e0447b10c2accf1f5
parents 5aff24e0 d9984743
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -233,8 +233,8 @@ int main(int argc, char** argv) {
            adb_device_banner = optarg;
            break;
        case 'v':
            printf("Android Debug Bridge Daemon version %d.%d.%d (%s)\n", ADB_VERSION_MAJOR,
                   ADB_VERSION_MINOR, ADB_SERVER_VERSION, ADB_VERSION);
            printf("Android Debug Bridge Daemon version %d.%d.%d\n", ADB_VERSION_MAJOR,
                   ADB_VERSION_MINOR, ADB_SERVER_VERSION);
            return 0;
        default:
            // getopt already prints "adbd: invalid option -- %c" for us.