mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-04 06:57:57 +00:00
Android tools offer filsystem tools for creating sparse images, so package them in package of its own. This recipe is re-worked and not a straight import from meta-shr. It's built from AOSP source. I've dropped the ubuntu-ism which will never be upstreamed. The intent is to be closer to the upstream AOSP source code and be able to update the recipe regularly. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 lines
206 B
Desktop File
13 lines
206 B
Desktop File
[Unit]
|
|
Description=Android Debug Bridge
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
ExecStartPre=/usr/bin/android-gadget-setup adb
|
|
ExecStart=/usr/bin/adbd
|
|
StandardOutput=null
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|