ARM-software / devlib

Library for interaction with and instrumentation of remote devices.
Apache License 2.0
47 stars 78 forks source link

tools/android: Add support for creating Android virtual devices #668

Closed metin-arm closed 6 months ago

metin-arm commented 8 months ago

tools/android: Add support for creating Android virtual devices Introduce tools/android/install_base.sh [1] script to install Android command line tools including necessary platforms and system-images for Linux and create Android Virtual Devices (AVD) for Pixel 6 with Android v12 & v14 as well as an Android virtual desktop device (v13) for ChromeOS tests.

[1] Forked from https://github.com/ARM-software/lisa/blob/main/install_base.sh

Signed-off-by: Metin Kaya metin.kaya@arm.com