Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
resource/ | 03-May-2024 | - | 112 | 96 | ||
README.md | D | 03-May-2024 | 1.3 KiB | 18 | 16 | |
add_avd_img.sh | D | 03-May-2024 | 3.3 KiB | 101 | 72 | |
batch_add_avd_img.sh | D | 03-May-2024 | 1.8 KiB | 61 | 37 | |
create_avd.sh | D | 03-May-2024 | 5.2 KiB | 186 | 139 | |
patch_all_avds.sh | D | 03-May-2024 | 2.4 KiB | 93 | 63 | |
patch_avd.sh | D | 03-May-2024 | 2 KiB | 79 | 52 | |
set_avds_force_cold_boot.sh | D | 03-May-2024 | 3.4 KiB | 123 | 84 | |
test_add_avd_img.sh | D | 03-May-2024 | 831 | 25 | 7 | |
test_create_avd.sh | D | 03-May-2024 | 1.2 KiB | 39 | 19 | |
test_patch_all_avds.sh | D | 03-May-2024 | 1.1 KiB | 32 | 10 | |
test_set_avds_force_cold_boot.sh | D | 03-May-2024 | 1.1 KiB | 31 | 10 |
README.md
1# Developer Tools for [AVD as a Development Platform](https://source.android.com/devices/automotive/start/avd) 2This is a collection of developer tools to use AAOS AVDs for a better produtivity. 3 4## Use Android Studio & Emulator 5These scripts provide simple steps to add AVD images. So users can use them by the AVD manager GUI or [the command line](https://developer.android.com/studio/run/emulator-commandline). 6 7### Add new AVD images 8* add_avd_img.sh adds an AVD image to Android SDK dir. 9 * test_avd_avd_image.sh is the test & also examples of how to use it. 10* batch_add_avd_img.sh adds all AVD images listed in the input CSV file & properly patch to be used for Automotive device profiles. 11 * avd_img_list.csv is the default CSV file if non is provided & also as an example. 12* create_avd.sh creates a minimal AVD configuration from an AVD image. 13 * test_create_avd.sh is the test & also examples of how to use it. 14* patch_avd.sh changes an AVD configuration for bigger RAM, heap & data disk. So it can perform properly. 15* patch_all_avds.sh changes all AVD configuration for more RAM & heap. So it can perform properly. 16 * test_patch_all_avds.sh is the test & also examples of how to use it. 17* set_avds_force_cold_boot.sh sets Cold Boot or Quick Boot for all AVD configurations. 18 * test_set_avds_force_cold_boot.sh is the test & also examples of how to use it.