Skip to content

Commit

Permalink
Regenerate device dependency mappings
Browse files Browse the repository at this point in the history
Change-Id: I3f38ce9ae16943eea2870b1dbe7794cfb1a58ff4
  • Loading branch information
lineageos-gerrit committed Sep 26, 2024
1 parent 5c4b48c commit dc38184
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions updater/device_deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -3379,7 +3379,8 @@
"vboxware": [
"android_device_virt_vboxware",
"android_device_virt_virt-common",
"android_kernel_virt_virtio"
"android_kernel_virt_virtio",
"android_prebuilts_bootmgr"
],
"vela": [
"android_device_xiaomi_sdm710-common",
Expand Down Expand Up @@ -3410,33 +3411,38 @@
"android_device_virt_virt-common",
"android_device_virt_virtio-common",
"android_device_virt_virtio_arm64",
"android_kernel_virt_virtio"
"android_kernel_virt_virtio",
"android_prebuilts_bootmgr"
],
"virtio_arm64only": [
"android_device_virt_virt-common",
"android_device_virt_virtio-common",
"android_device_virt_virtio_arm64only",
"android_kernel_virt_virtio"
"android_kernel_virt_virtio",
"android_prebuilts_bootmgr"
],
"virtio_x86_64": [
"android_device_virt_virt-common",
"android_device_virt_virtio-common",
"android_device_virt_virtio_x86_64",
"android_kernel_virt_virtio"
"android_kernel_virt_virtio",
"android_prebuilts_bootmgr"
],
"virtio_x86_64_car": [
"android_device_virt_virt-common",
"android_device_virt_virtio-common",
"android_device_virt_virtio_x86_64",
"android_device_virt_virtio_x86_64_car",
"android_kernel_virt_virtio"
"android_kernel_virt_virtio",
"android_prebuilts_bootmgr"
],
"virtio_x86_64_tv": [
"android_device_virt_virt-common",
"android_device_virt_virtio-common",
"android_device_virt_virtio_x86_64",
"android_device_virt_virtio_x86_64_tv",
"android_kernel_virt_virtio"
"android_kernel_virt_virtio",
"android_prebuilts_bootmgr"
],
"voyager": [
"android_device_sony_nile-common",
Expand Down

0 comments on commit dc38184

Please sign in to comment.