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

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

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

am: 2e93eda6

Change-Id: I0f4d330f276c35db94b87ddb95dd627ea5af3051
parents 9e87cb03 2e93eda6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -239,8 +239,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.