Skip to content
  • Jason Macnak's avatar
    Add Crosvm and Gfxstream prebuilts for ARM64 hosts · d195d14b
    Jason Macnak authored
    ... and update build scripts:
    
    - Remove old requirements from the manifest and from
      rebuild-internal.sh.
    
    - Replace existing docker container persistance solution with
      a simple `CMD` to `sleep <long time>`. The existing solution was
      not working for me locally.
    
    Bug: b/200592498
    Test: ./device/google/cuttlefish_vmm/rebuild.sh \
            --docker \
            --docker_arch aarch64
    Test: lunch aosp_cf_arm64_phone-userdebug
    Test: m dist
    Test: scp out/dist/cvd-host_package.tar.gz <solid run board>
    Test: scp out/dist/aosp_cf_arm64_phone-img-natsu.zip <solid run board>
    Test: ssh <solid run board>
    Test: <sudo xhost+ trick since Gfxstream needs glx for now>
    Test: unzip *.zip && tar -xvf *.gz
    Test: DISPLAY=:0 \
          HOME=$PWD \
          ./bin/launch_cvd \
            --gpu_mode=gfxstream \
            --enable_gpu_vhost_user=true
    Change-Id: I3c258e3c22f56d6ba939a7824d5bfcaf719f8e0d
    d195d14b