# adbd **Repository Path**: qaq-cmd/adbd ## Basic Information - **Project Name**: adbd - **Description**: forked from: https://gitee.com/smalldo/adbd.git 静态编译adbd - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-08-16 - **Last Updated**: 2025-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android Debug Bridge Daemon for Linux. This is a simple adbd for linux, from AOSP. Based on android-tools. Cross compile for example: 1. set env `export PATH=/opt/imx6_4.0/linux-gnueabihf-4.7/bin:$PATH` 2. make `CC=arm-linux-gnueabihf-gcc STRIP=arm-linux-gnueabihf-strip make`