summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Reynolds <chadreynolds@google.com>2024-04-10 15:15:12 -0700
committerChad Reynolds <chadreynolds@google.com>2024-04-10 15:34:05 -0700
commit63b452cbe0b5622d15b3d3b6b17364c9606f7a73 (patch)
tree38ed1a7305de654d0bc02216563b2bcf6becacf3
parent3a5c4948a0a290b1d430f15d89af3f3fe95aec95 (diff)
downloadcuttlefish_prebuilts-63b452cbe0b5622d15b3d3b6b17364c9606f7a73.tar.gz
Update key name for clarity and add RSA2048 key
Bug: 322887496 Test: see matching device/google/cuttlefish change in this topic Change-Id: If73a03491afe2b6e7da7ab72de0be8a22db01477
-rw-r--r--bootloader/Android.bp10
-rw-r--r--bootloader/testkey_rsa2048.avbpubkeybin0 -> 520 bytes
2 files changed, 8 insertions, 2 deletions
diff --git a/bootloader/Android.bp b/bootloader/Android.bp
index deefbad6..f1f660a2 100644
--- a/bootloader/Android.bp
+++ b/bootloader/Android.bp
@@ -3,8 +3,14 @@ package {
}
prebuilt_etc_host {
- name: "cvd_avb_pubkey",
- filename: "cvd.avbpubkey",
+ name: "cvd_avb_pubkey_rsa2048",
+ filename: "cvd_rsa2048.avbpubkey",
+ src: "testkey_rsa2048.avbpubkey",
+}
+
+prebuilt_etc_host {
+ name: "cvd_avb_pubkey_rsa4096",
+ filename: "cvd_rsa4096.avbpubkey",
src: "testkey_rsa4096.avbpubkey",
}
diff --git a/bootloader/testkey_rsa2048.avbpubkey b/bootloader/testkey_rsa2048.avbpubkey
new file mode 100644
index 00000000..7ccd1ddc
--- /dev/null
+++ b/bootloader/testkey_rsa2048.avbpubkey
Binary files differ