commit | ca9a01b04033268644671f3f47a376e5cee031f4 | [log] [tgz] |
---|---|---|
author | Seth Moore <sethmo@google.com> | Wed Sep 22 16:50:51 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Sep 22 16:50:51 2021 +0000 |
tree | c2d9c4a0dd913eb95f00c74faaa836464fe3045f | |
parent | e29bae2d2785f60a0783a56bffb1d93034ce4059 [diff] | |
parent | 78f51caa91616c87974c4368527f84d5260e3e1d [diff] |
Make CBOR and COSE CTS utilities reusable am: 78f51caa91 Original change: https://android-review.googlesource.com/c/platform/system/security/+/1830379 Change-Id: If8c98890f484c48155a09d32d3ed6687023dd58b
diff --git a/keystore2/aidl/android/security/legacykeystore/ILegacyKeystore.aidl b/keystore2/aidl/android/security/legacykeystore/ILegacyKeystore.aidl index fe93673..e65efaa 100644 --- a/keystore2/aidl/android/security/legacykeystore/ILegacyKeystore.aidl +++ b/keystore2/aidl/android/security/legacykeystore/ILegacyKeystore.aidl
@@ -95,4 +95,4 @@ * @param uid legacy namespace to list. Specify UID_SELF for caller's namespace. */ String[] list(in String prefix, int uid); -} +} \ No newline at end of file