summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2021-03-12 12:33:40 -0800
committerMatthew Maurer <mmaurer@google.com>2021-03-15 17:29:25 +0000
commit43cdcf56d5a1478f16ab534936fc4776956de52c (patch)
tree27c47c3a21a5d2242c8d6a84cd676dfb8b8ba486 /Android.bp
parent10edc17f97b5b91f1ec5d0f7a12a5cdf60b73fb4 (diff)
downloadtrusty-43cdcf56d5a1478f16ab534936fc4776956de52c.tar.gz
Add wrapped attestation keys for the emulator
Add a copy of the soft attestation keys wrapped with the fake algorithm used by the emulator to test the provisioning path. Bug: 152900279 Test: Use built image to run Trusty */wrapped tests Change-Id: I14961637cce62a92d37953b0656ddd0505f93cee
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ed6fb74..0574832 100644
--- a/Android.bp
+++ b/Android.bp
@@ -27,3 +27,9 @@ license {
],
// large-scale-change unable to identify any license_text files
}
+
+prebuilt_etc {
+ name: "keymaster_soft_wrapped_attestation_keys.xml",
+ vendor: true,
+ src: "keymaster_soft_wrapped_attestation_keys.xml",
+}