Skip to content

Commit 6f64058

Browse files
committed
Add adb to the host image
Needed for some tests to run adb commands on the host without knowing the location of the adb in the cuttlefish host package. Blocked on adb conversion to /usr/lib/cuttlefish-common/bin/adb Bug: b/483567886
1 parent 853c5e7 commit 6f64058

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/baseimage/pkg/gce/scripts/create_base_image_main.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ echo "PATH=$ENV_JAVA_HOME/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr
7373
# install tools dependencies
7474
sudo chroot /mnt/image /usr/bin/apt install -y unzip bzip2 lzop
7575
sudo chroot /mnt/image /usr/bin/apt install -y aapt
76+
sudo chroot /mnt/image /usr/bin/apt install -y adb # needed by tradefed
7677
sudo chroot /mnt/image /usr/bin/apt install -y screen # needed by tradefed
7778

7879
sudo chroot /mnt/image /usr/bin/find /home -ls

0 commit comments

Comments
 (0)