Commit e98570a5 authored by Florent Revest's avatar Florent Revest

android-tools: Don't start adbd by default at startup, it must be started by usb-moded instead

parent 1194840b
[Unit]
Description=Android Debug Bridge
[Service]
Type=simple
Restart=on-failure
ExecStart=/usr/bin/adbd
StandardOutput=null
FILESEXTRAPATHS_prepend := "${THISDIR}/android-tools:"
do_configure_append() { do_configure_append() {
sed -i "s@/system/bin/sh@/bin/sh@g" core/adbd/services.c sed -i "s@/system/bin/sh@/bin/sh@g" core/adbd/services.c
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment