android-tools: add recipe from AOSP tag android-5.1.1_r37

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>
This commit is contained in:
Fathi Boudra
2016-09-07 12:58:47 +03:00
committed by Martin Jansa
parent 4fad615950
commit a231c431a5
18 changed files with 1148 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[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