summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:07:43 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:07:43 +0000
commitd6abbdfeeece0577e4b5144afbf232def29d632c (patch)
tree3a76ef13b920bb73521c6a40f7f2eb2127cb3381
parent383d7db6dbf1138bc9f7db0a2d5e43d2a236818d (diff)
parente1e7ce8f0e9526760ae284c21bf4318a64511e9d (diff)
downloadarm64-android13-mainline-resolv-release.tar.gz
Change-Id: I621c8df99d8c610670117dae6acfc38a3d39900b
-rw-r--r--Android.bp14
-rw-r--r--ac97_bus.kobin242144 -> 241256 bytes
-rw-r--r--deferred-free-helper.kobin301064 -> 299960 bytes
-rw-r--r--dummy-cpufreq.kobin153696 -> 153296 bytes
-rw-r--r--failover.kobin381912 -> 379840 bytes
-rw-r--r--gnss-cmdline.kobin222432 -> 221768 bytes
-rw-r--r--gnss-serial.kobin249368 -> 248704 bytes
-rw-r--r--goldfish_address_space.kobin410848 -> 409832 bytes
-rw-r--r--goldfish_battery.kobin253184 -> 252296 bytes
-rw-r--r--goldfish_pipe.kobin656944 -> 654752 bytes
-rw-r--r--goldfish_sync.kobin376784 -> 376008 bytes
-rw-r--r--hci_vhci.kobin502312 -> 499232 bytes
-rw-r--r--initramfs.imgbin1137115 -> 1135797 bytes
-rw-r--r--lzo-rle.kobin212616 -> 212104 bytes
-rw-r--r--lzo.kobin212440 -> 211920 bytes
-rw-r--r--mac80211_hwsim.kobin1040424 -> 1032640 bytes
-rw-r--r--md-mod.kobin2652424 -> 2649888 bytes
-rw-r--r--nd_virtio.kobin284888 -> 283328 bytes
-rw-r--r--net_failover.kobin450128 -> 447944 bytes
-rw-r--r--page_pool.kobin326672 -> 325568 bytes
-rw-r--r--pulse8-cec.kobin319728 -> 318728 bytes
-rw-r--r--rtc-test.kobin226928 -> 226080 bytes
-rw-r--r--snd-ac97-codec.kobin1504096 -> 1500768 bytes
-rw-r--r--snd-hda-codec-generic.kobin885264 -> 883848 bytes
-rw-r--r--snd-hda-codec-realtek.kobin1025984 -> 1011064 bytes
-rw-r--r--snd-hda-codec.kobin2325696 -> 2318976 bytes
-rw-r--r--snd-hda-core.kobin2318608 -> 2310448 bytes
-rw-r--r--snd-hda-intel.kobin545928 -> 545848 bytes
-rw-r--r--snd-intel8x0.kobin559384 -> 558032 bytes
-rw-r--r--system_heap.kobin317824 -> 317304 bytes
-rw-r--r--test_meminit.kobin235672 -> 235136 bytes
-rw-r--r--test_stackinit.kobin322864 -> 324704 bytes
-rw-r--r--tpm.kobin2832384 -> 2822120 bytes
-rw-r--r--tpm_vtpm_proxy.kobin303888 -> 303264 bytes
-rw-r--r--virt_wifi.kobin490024 -> 484336 bytes
-rw-r--r--virt_wifi_sim.kobin730544 -> 725696 bytes
-rw-r--r--virtio-gpu.kobin3654736 -> 3637240 bytes
-rw-r--r--virtio-rng.kobin233248 -> 232584 bytes
-rw-r--r--virtio_balloon.kobin448744 -> 447648 bytes
-rw-r--r--virtio_blk.kobin373992 -> 372816 bytes
-rw-r--r--virtio_console.kobin499912 -> 494872 bytes
-rw-r--r--virtio_input.kobin280752 -> 279824 bytes
-rw-r--r--virtio_mmio.kobin313576 -> 312792 bytes
-rw-r--r--virtio_net.kobin1002936 -> 994328 bytes
-rw-r--r--virtio_pci.kobin761064 -> 756216 bytes
-rw-r--r--virtio_pmem.kobin277344 -> 276240 bytes
-rw-r--r--vmw_vsock_virtio_transport.kobin526480 -> 524200 bytes
-rw-r--r--zram.kobin661144 -> 659224 bytes
-rw-r--r--zsmalloc.kobin593288 -> 594928 bytes
49 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f14bd08..ccac910 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,20 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["kernel_prebuilts_common_modules_virtual_device_5.4_arm64_license"],
+}
+
+// See: http://go/android-license-faq
+license {
+ name: "kernel_prebuilts_common_modules_virtual_device_5.4_arm64_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-GPL-2.0-only",
+ ],
+ // large-scale-change unable to identify any license_text files
+}
+
filegroup {
name: "virt_device_prebuilts_initramfs-5.4-arm64",
srcs: ["initramfs.img"],
diff --git a/ac97_bus.ko b/ac97_bus.ko
index fef5d01..fb443b2 100644
--- a/ac97_bus.ko
+++ b/ac97_bus.ko
Binary files differ
diff --git a/deferred-free-helper.ko b/deferred-free-helper.ko
index 8c4b38c..8fbcea9 100644
--- a/deferred-free-helper.ko
+++ b/deferred-free-helper.ko
Binary files differ
diff --git a/dummy-cpufreq.ko b/dummy-cpufreq.ko
index fdd89b1..eae19cd 100644
--- a/dummy-cpufreq.ko
+++ b/dummy-cpufreq.ko
Binary files differ
diff --git a/failover.ko b/failover.ko
index 5618f5a..0ded2b0 100644
--- a/failover.ko
+++ b/failover.ko
Binary files differ
diff --git a/gnss-cmdline.ko b/gnss-cmdline.ko
index d766fca..30944ff 100644
--- a/gnss-cmdline.ko
+++ b/gnss-cmdline.ko
Binary files differ
diff --git a/gnss-serial.ko b/gnss-serial.ko
index 7def9f7..e86f2b7 100644
--- a/gnss-serial.ko
+++ b/gnss-serial.ko
Binary files differ
diff --git a/goldfish_address_space.ko b/goldfish_address_space.ko
index 8213bb6..edfdc1c 100644
--- a/goldfish_address_space.ko
+++ b/goldfish_address_space.ko
Binary files differ
diff --git a/goldfish_battery.ko b/goldfish_battery.ko
index d633aeb..d8b8505 100644
--- a/goldfish_battery.ko
+++ b/goldfish_battery.ko
Binary files differ
diff --git a/goldfish_pipe.ko b/goldfish_pipe.ko
index af149f8..ab81d88 100644
--- a/goldfish_pipe.ko
+++ b/goldfish_pipe.ko
Binary files differ
diff --git a/goldfish_sync.ko b/goldfish_sync.ko
index 74956ad..291bdf9 100644
--- a/goldfish_sync.ko
+++ b/goldfish_sync.ko
Binary files differ
diff --git a/hci_vhci.ko b/hci_vhci.ko
index e7dc17b..106e9da 100644
--- a/hci_vhci.ko
+++ b/hci_vhci.ko
Binary files differ
diff --git a/initramfs.img b/initramfs.img
index 7155d65..a41e783 100644
--- a/initramfs.img
+++ b/initramfs.img
Binary files differ
diff --git a/lzo-rle.ko b/lzo-rle.ko
index 8432c10..7851ef9 100644
--- a/lzo-rle.ko
+++ b/lzo-rle.ko
Binary files differ
diff --git a/lzo.ko b/lzo.ko
index b5abc2e..b9ba269 100644
--- a/lzo.ko
+++ b/lzo.ko
Binary files differ
diff --git a/mac80211_hwsim.ko b/mac80211_hwsim.ko
index f89f784..021d8b2 100644
--- a/mac80211_hwsim.ko
+++ b/mac80211_hwsim.ko
Binary files differ
diff --git a/md-mod.ko b/md-mod.ko
index 0894732..fb12082 100644
--- a/md-mod.ko
+++ b/md-mod.ko
Binary files differ
diff --git a/nd_virtio.ko b/nd_virtio.ko
index 07617ea..ea040d6 100644
--- a/nd_virtio.ko
+++ b/nd_virtio.ko
Binary files differ
diff --git a/net_failover.ko b/net_failover.ko
index 30c86f4..4588525 100644
--- a/net_failover.ko
+++ b/net_failover.ko
Binary files differ
diff --git a/page_pool.ko b/page_pool.ko
index f5a2105..48ed00e 100644
--- a/page_pool.ko
+++ b/page_pool.ko
Binary files differ
diff --git a/pulse8-cec.ko b/pulse8-cec.ko
index 1ec9b9d..084ccef 100644
--- a/pulse8-cec.ko
+++ b/pulse8-cec.ko
Binary files differ
diff --git a/rtc-test.ko b/rtc-test.ko
index fe06993..a5dad32 100644
--- a/rtc-test.ko
+++ b/rtc-test.ko
Binary files differ
diff --git a/snd-ac97-codec.ko b/snd-ac97-codec.ko
index d1b65f0..4e429f6 100644
--- a/snd-ac97-codec.ko
+++ b/snd-ac97-codec.ko
Binary files differ
diff --git a/snd-hda-codec-generic.ko b/snd-hda-codec-generic.ko
index 7b20b50..e2bed68 100644
--- a/snd-hda-codec-generic.ko
+++ b/snd-hda-codec-generic.ko
Binary files differ
diff --git a/snd-hda-codec-realtek.ko b/snd-hda-codec-realtek.ko
index 5753c2c..6fedb64 100644
--- a/snd-hda-codec-realtek.ko
+++ b/snd-hda-codec-realtek.ko
Binary files differ
diff --git a/snd-hda-codec.ko b/snd-hda-codec.ko
index 322fe9b..d087be5 100644
--- a/snd-hda-codec.ko
+++ b/snd-hda-codec.ko
Binary files differ
diff --git a/snd-hda-core.ko b/snd-hda-core.ko
index fd24e85..fdbc01e 100644
--- a/snd-hda-core.ko
+++ b/snd-hda-core.ko
Binary files differ
diff --git a/snd-hda-intel.ko b/snd-hda-intel.ko
index cb5475e..b8e226c 100644
--- a/snd-hda-intel.ko
+++ b/snd-hda-intel.ko
Binary files differ
diff --git a/snd-intel8x0.ko b/snd-intel8x0.ko
index 3ce2e54..4f8a0ff 100644
--- a/snd-intel8x0.ko
+++ b/snd-intel8x0.ko
Binary files differ
diff --git a/system_heap.ko b/system_heap.ko
index e41d259..0b93049 100644
--- a/system_heap.ko
+++ b/system_heap.ko
Binary files differ
diff --git a/test_meminit.ko b/test_meminit.ko
index 5afc966..07e9669 100644
--- a/test_meminit.ko
+++ b/test_meminit.ko
Binary files differ
diff --git a/test_stackinit.ko b/test_stackinit.ko
index d9a147d..6ef0071 100644
--- a/test_stackinit.ko
+++ b/test_stackinit.ko
Binary files differ
diff --git a/tpm.ko b/tpm.ko
index c3d6a3b..026db71 100644
--- a/tpm.ko
+++ b/tpm.ko
Binary files differ
diff --git a/tpm_vtpm_proxy.ko b/tpm_vtpm_proxy.ko
index 2b66d91..b66041b 100644
--- a/tpm_vtpm_proxy.ko
+++ b/tpm_vtpm_proxy.ko
Binary files differ
diff --git a/virt_wifi.ko b/virt_wifi.ko
index b2ad026..93777a1 100644
--- a/virt_wifi.ko
+++ b/virt_wifi.ko
Binary files differ
diff --git a/virt_wifi_sim.ko b/virt_wifi_sim.ko
index 777ebfb..4bab2df 100644
--- a/virt_wifi_sim.ko
+++ b/virt_wifi_sim.ko
Binary files differ
diff --git a/virtio-gpu.ko b/virtio-gpu.ko
index 653832f..14b8690 100644
--- a/virtio-gpu.ko
+++ b/virtio-gpu.ko
Binary files differ
diff --git a/virtio-rng.ko b/virtio-rng.ko
index 1ee60f5..f5f5dd2 100644
--- a/virtio-rng.ko
+++ b/virtio-rng.ko
Binary files differ
diff --git a/virtio_balloon.ko b/virtio_balloon.ko
index 917f403..c8ed8a4 100644
--- a/virtio_balloon.ko
+++ b/virtio_balloon.ko
Binary files differ
diff --git a/virtio_blk.ko b/virtio_blk.ko
index 8c2cd2c..6c1b3a5 100644
--- a/virtio_blk.ko
+++ b/virtio_blk.ko
Binary files differ
diff --git a/virtio_console.ko b/virtio_console.ko
index 7000ee3..aa4fb57 100644
--- a/virtio_console.ko
+++ b/virtio_console.ko
Binary files differ
diff --git a/virtio_input.ko b/virtio_input.ko
index 64642e7..ddfe629 100644
--- a/virtio_input.ko
+++ b/virtio_input.ko
Binary files differ
diff --git a/virtio_mmio.ko b/virtio_mmio.ko
index 50a0b3d..997b1a4 100644
--- a/virtio_mmio.ko
+++ b/virtio_mmio.ko
Binary files differ
diff --git a/virtio_net.ko b/virtio_net.ko
index 2603aa0..1375349 100644
--- a/virtio_net.ko
+++ b/virtio_net.ko
Binary files differ
diff --git a/virtio_pci.ko b/virtio_pci.ko
index ece221d..d725d19 100644
--- a/virtio_pci.ko
+++ b/virtio_pci.ko
Binary files differ
diff --git a/virtio_pmem.ko b/virtio_pmem.ko
index 665382b..e74b6ce 100644
--- a/virtio_pmem.ko
+++ b/virtio_pmem.ko
Binary files differ
diff --git a/vmw_vsock_virtio_transport.ko b/vmw_vsock_virtio_transport.ko
index e7210a5..c77a89e 100644
--- a/vmw_vsock_virtio_transport.ko
+++ b/vmw_vsock_virtio_transport.ko
Binary files differ
diff --git a/zram.ko b/zram.ko
index e6279ef..3c9af58 100644
--- a/zram.ko
+++ b/zram.ko
Binary files differ
diff --git a/zsmalloc.ko b/zsmalloc.ko
index 506dc58..19ac4e4 100644
--- a/zsmalloc.ko
+++ b/zsmalloc.ko
Binary files differ