Add --kernel-artifact for remote host goldfish
A GKI (generic kernel image) build contains multiple boot images in
different versions. Acloud users need to select the image whose kernel
version is compatible with the device. The new parameter allows the user
to specify the name of the boot image to be downloaded.
Bug: 185094559
Test: acloud-dev create -vv \
--branch aosp-master \
--build-id 7843118 \
--build-target sdk_x86_64-sdk \
--kernel-branch aosp-master \
--kernel-build-id 7843118 \
--kernel-build-target aosp_x86_64-userdebug \
--kernel-artifact boot-with-debug-ramdisk-5.10.img \
--avd-type goldfish \
--host 192.168.9.2 \
--host-user root \
--host-ssh-private-key-path ~/id_rsa \
--config-file ~/acloud-user.config \
--service-account-json-private-key-path ~/key.json \
--image-download-dir /tmp/gf_download
Change-Id: I05a568e7b7b9bb4ceab01007cb812337d24ea75b
8 files changed