summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Bires <jbires@google.com>2021-08-06 05:55:15 -0700
committerMax Bires <jbires@google.com>2021-08-06 05:58:24 -0700
commit58aa4310694a770ed08ec069e6128da01628eb2b (patch)
tree4ea653d328389f052fb1557fdddab1f95879270b
parent830ea32e77292d4584977ac8162dcdbc92de613a (diff)
downloadcore-58aa4310694a770ed08ec069e6128da01628eb2b.tar.gz
Make RemoteProvisioner required for KeyMint cc_bin
This change adds the RPK apk back into the image for Trusty Keymint devices, though the functionality will still be disabled by the server check-in for now. Ignore-AOSP-First: Will be CP'ed to AOSP Bug: 194509629 Test: atest RemoteProvisionerUnitTests Change-Id: Ic20ca119bd9c0614f7559b24ad60718c813a0cca
-rw-r--r--trusty/keymaster/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/trusty/keymaster/Android.bp b/trusty/keymaster/Android.bp
index ff6460de8..cf056f091 100644
--- a/trusty/keymaster/Android.bp
+++ b/trusty/keymaster/Android.bp
@@ -120,6 +120,7 @@ cc_binary {
],
required: [
"android.hardware.hardware_keystore.xml",
+ "RemoteProvisioner",
],
}