mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
934a034e0e
* import upstream-able changes from following commits: https://github.com/webOS-ports/meta-webos-ports/commit/9d032e47b5a90846485393095a4fd9b923578f22 https://github.com/webOS-ports/meta-webos-ports/commit/fea52b88281e197482b7412824802c057ec99000 https://github.com/webOS-ports/meta-webos-ports/commit/d8068a7a4722f6203ef16d85c235f86a5a76fa9c https://github.com/webOS-ports/meta-webos-ports/commit/c314b69505343ea959adc9789e0a1fca52a8af67 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
264 B
Desktop File
14 lines
264 B
Desktop File
[Unit]
|
|
Description=Android Debug Bridge
|
|
ConditionPathExists=/var/usb-debugging-enabled
|
|
Before=android-system.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
ExecStartPre=-/usr/bin/android-gadget-setup adb
|
|
ExecStart=/usr/bin/adbd
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|