Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b688b386 authored by Max Bires's avatar Max Bires
Browse files

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
parent a896241e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -120,6 +120,7 @@ cc_binary {
    ],
    required: [
        "android.hardware.hardware_keystore.xml",
        "RemoteProvisioner",
    ],
}